From 9aba9b127840a116c806a2cbac901cf8077abcd0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 15:53:20 +0200 Subject: Migrate search.cpan.org home pages to metacpan.org. The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes. --- gnu/packages/gd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gd.scm') diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index c815cdd7ea..56553a6745 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -115,7 +115,7 @@ (define-public perl-gd `(#:make-maker-flags (list (string-append "--lib_jpeg_path=" (assoc-ref %build-inputs "libjpeg"))))) - (home-page "http://search.cpan.org/dist/GD") + (home-page "https://metacpan.org/release/GD") (synopsis "Perl interface to the GD graphics library") (description "GD.pm is an autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library @@ -145,7 +145,7 @@ (define-public perl-gd-securityimage (propagated-inputs `(("perl-gd" ,perl-gd) ("perl-image-magick" ,perl-image-magick))) - (home-page "http://search.cpan.org/dist/GD-SecurityImage") + (home-page "https://metacpan.org/release/GD-SecurityImage") (synopsis "Security image generator") (description "This module provides a basic interface to create security (captcha) images. The final output is the actual graphic data, the -- cgit v1.2.3