gnu: perl-http-message: Update URLs.

* gnu/packages/web.scm (perl-http-message)[source]: Update URL.
[home-page]: Likewise.
This commit is contained in:
Ricardo Wurmus 2016-12-01 11:05:12 +01:00
parent 4ce8860df9
commit 084f8e0435
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2217,7 +2217,7 @@ used by the HTTP protocol (and then some more).")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://cpan/authors/id/G/GA/GAAS/HTTP-Message-" "mirror://cpan/authors/id/E/ET/ETHER/HTTP-Message-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
@ -2233,7 +2233,7 @@ used by the HTTP protocol (and then some more).")
(synopsis "Perl HTTP style message") (synopsis "Perl HTTP style message")
(description (description
"An HTTP::Message object contains some headers and a content body.") "An HTTP::Message object contains some headers and a content body.")
(home-page "http://search.cpan.org/~gaas/HTTP-Message/"))) (home-page "http://search.cpan.org/~ether/HTTP-Message/")))
(define-public perl-http-negotiate (define-public perl-http-negotiate
(package (package