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/libevent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/libevent.scm') diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 629b7540c0..a7752dc5f0 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -181,7 +181,7 @@ resolution, asynchronous file system operations, and threading primitives.") ("perl-json-xs" ,perl-json-xs) ("perl-net-ssleay" ,perl-net-ssleay) ("perl-task-weaken" ,perl-task-weaken))) - (home-page "http://search.cpan.org/dist/AnyEvent") + (home-page "https://metacpan.org/release/AnyEvent") (synopsis "API for I/O, timer, signal, child process and completion events") (description @@ -226,7 +226,7 @@ not rely on XS.") ("perl-canary-stability" ,perl-canary-stability))) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) - (home-page "http://search.cpan.org/dist/EV") + (home-page "https://metacpan.org/release/EV") (synopsis "Perl interface to libev") (description "This module provides an interface to @code{libev}, a high performance -- cgit v1.2.3