about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graph-easy
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-07-10 20:43:22 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-07-14 18:49:00 -0700
commit220618ef9ce670ddcc98822e9bd4e80d95baf6a3 (patch)
treed06332d8e74d5118ca38a7a606f819c3c57dace0 /pkgs/tools/graphics/graph-easy
parent394ef8245153fceedf21928f6175ff8bc691b71b (diff)
perlPackages: remove search.cpan.org; add metacpan.org default homepage
https://www.perl.com/article/saying-goodbye-to-search-cpan-org/

maybe one operation less

..with unifying recursiveUpdate and first //

although not tested

fix whitespace
Diffstat (limited to 'pkgs/tools/graphics/graph-easy')
-rw-r--r--pkgs/tools/graphics/graph-easy/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/graph-easy/default.nix b/pkgs/tools/graphics/graph-easy/default.nix
index e505f0bb6db57..9b4c46779626c 100644
--- a/pkgs/tools/graphics/graph-easy/default.nix
+++ b/pkgs/tools/graphics/graph-easy/default.nix
@@ -7,9 +7,8 @@ buildPerlPackage rec {
     url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
     sha256 = "d4a2c10aebef663b598ea37f3aa3e3b752acf1fbbb961232c3dbe1155008d1fa";
   };
-  
+
   meta = with stdenv.lib; {
-    homepage = http://search.cpan.org/~tels/Graph-Easy/bin/graph-easy;
     description = "Render/convert graphs in/from various formats";
     license = licenses.gpl1;
     platforms = platforms.linux;