aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix b/nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix
index fcdebedb7d8..998f61786db 100644
--- a/nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix
+++ b/nixpkgs/pkgs/tools/typesetting/tex/pgfplots/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "pgfplots-1.5.1";
src = fetchurl {
- url = mirror://sourceforge/pgfplots/pgfplots_1.5.1.tds.zip;
+ url = "mirror://sourceforge/pgfplots/pgfplots_1.5.1.tds.zip";
sha256 = "1xajrmq35i0qlsfwydy5zzg6f1jg88hqqh5b3xsmglzrarnllbdi";
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "TeX package to draw plots directly in TeX in two and three dimensions";
- homepage = http://pgfplots.sourceforge.net;
+ homepage = "http://pgfplots.sourceforge.net";
platforms = platforms.unix;
license = licenses.gpl3Plus;
};