mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
gnuplot: cosmetic, no functional change
This commit is contained in:
parent
de8a9d676e
commit
7e539f9636
@ -15,7 +15,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnuplot-4.4.4";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
|
||||
sha256 = "1zfv3npsxfn743wl65ibh11djxrc8fxzi2mgg75ppy6m12fmja6j";
|
||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnuplot.info;
|
||||
homepage = "http://www.gnuplot.info";
|
||||
description = "A portable command-line driven graphing utility for many platforms";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user