gnuplot: cosmetic, no functional change

This commit is contained in:
Peter Simons 2013-02-17 22:48:20 +01:00
parent de8a9d676e
commit 7e539f9636

View File

@ -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;
};