mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
ab45b38fea
commit
9aba9b1278
27 changed files with 644 additions and 644 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue