diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 15:53:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 17:22:31 +0200 |
commit | 9aba9b127840a116c806a2cbac901cf8077abcd0 (patch) | |
tree | 27ab0f7bf6c212c0a8ba911532f904945351eb27 /gnu/packages/wm.scm | |
parent | ab45b38feada5bf4721c8f1018b9cc9d7250069e (diff) | |
download | patches-9aba9b127840a116c806a2cbac901cf8077abcd0.tar patches-9aba9b127840a116c806a2cbac901cf8077abcd0.tar.gz |
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.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index e83f07bc54..071fea16da 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -248,7 +248,7 @@ developers.") (propagated-inputs `(("perl-anyevent" ,perl-anyevent) ("perl-json-xs" ,perl-json-xs))) - (home-page "http://search.cpan.org/dist/AnyEvent-I3") + (home-page "https://metacpan.org/release/AnyEvent-I3") (synopsis "Communicate with the i3 window manager through perl") (description |