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/glib.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/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index adf85ed66e..b438c61c8d 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -685,7 +685,7 @@ useful for C++.") ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) (inputs `(("glib" ,glib))) - (home-page "http://search.cpan.org/dist/Glib/") + (home-page "https://metacpan.org/release/Glib") (synopsis "Perl wrappers for the GLib utility and Object libraries") (description "This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a @@ -854,7 +854,7 @@ metadata.") `(("dbus" ,dbus))) (propagated-inputs `(("perl-xml-twig" ,perl-xml-twig))) - (home-page "http://search.cpan.org/dist/Net-DBus/") + (home-page "https://metacpan.org/release/Net-DBus") (synopsis "Extension for the DBus bindings") (description "@code{Net::DBus} provides a Perl XS API to the DBus inter-application messaging system. The Perl API covers the core base level @@ -878,7 +878,7 @@ of the DBus APIs, not concerning itself yet with the GLib or QT wrappers.") `(("pkg-config" ,pkg-config))) (inputs `(("dbus-glib" ,dbus-glib))) - (home-page "http://search.cpan.org/dist/Net-DBus-GLib/") + (home-page "https://metacpan.org/release/Net-DBus-GLib") (synopsis "Perl extension for the DBus GLib bindings") (description "This package provides an extension to the @code{Net::DBus} module allowing integration with the GLib mainloop. To integrate with the |