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
This commit is contained in:
Ryan Mulligan
2018-07-14 18:49:00 -07:00
parent 394ef82451
commit 220618ef9c
7 changed files with 8 additions and 142 deletions
+1 -2
View File
@@ -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;