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/license.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/license.scm')
-rw-r--r-- | gnu/packages/license.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index 053f79811e..61ab896b95 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -49,7 +49,7 @@ ("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-strictures" ,perl-strictures-2))) - (home-page "http://search.cpan.org/dist/Regexp-Pattern-License/") + (home-page "https://metacpan.org/release/Regexp-Pattern-License") (synopsis "Regular expressions for legal licenses") (description "Regexp::Pattern::License provides a hash of regular expression patterns related to legal software licenses. @@ -75,7 +75,7 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.") `(("perl-number-range" ,perl-number-range))) (propagated-inputs `(("perl-exporter-tiny" ,perl-exporter-tiny))) - (home-page "http://search.cpan.org/dist/String-Copyright/") + (home-page "https://metacpan.org/release/String-Copyright") (synopsis "Representation of text-based copyright statements") (description "String::Copyright Parses common styles of copyright statements and serializes in normalized format.") @@ -100,7 +100,7 @@ statements and serializes in normalized format.") (propagated-inputs `(("perl-data-section" ,perl-data-section) ("perl-text-template" ,perl-text-template))) - (home-page "http://search.cpan.org/dist/Software-License/") + (home-page "https://metacpan.org/release/Software-License") (synopsis "Templated software licenses") (description "This package provides templated software licenses.") (license (package-license perl)))) @@ -153,7 +153,7 @@ statements and serializes in normalized format.") `("PERL5LIB" ":" prefix (,(string-append perllib ":" (getenv "PERL5LIB"))))) #t)))))) - (home-page "http://search.cpan.org/dist/App-Licensecheck/") + (home-page "https://metacpan.org/release/App-Licensecheck") (synopsis "License checker for source files") (description "Licensecheck attempts to determine the license that applies to each file passed to it, by searching the start of the file for text |