gnu: perl-net-dns: Update home page.

* gnu/packages/networking.scm (perl-net-dns)[home-page]: Use new (and
HTTPS) URI.
[source]: Add it to the list of download locations.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-10 22:57:38 +02:00
parent 6e542e195d
commit 8faa9df7f3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -822,17 +822,19 @@ (define-public perl-net-dns
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version
".tar.gz"))
(uri
(list
(string-append "https://www.net-dns.org/download/Net-DNS-"
version ".tar.gz")
(string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version ".tar.gz")))
(sha256
(base32
"1q62w9rf2w8kjzqagzr0rdn20ybl8gj3l6cdq4k8fw0sxa7zsycs"))))
(build-system perl-build-system)
(inputs
`(("perl-digest-hmac" ,perl-digest-hmac)))
(home-page "http://search.cpan.org/dist/Net-DNS")
(home-page "https://www.net-dns.org/")
(synopsis
"Perl Interface to the Domain Name System")
(description "Net::DNS is the Perl Interface to the Domain Name System.")