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
1 changed files with 7 additions and 5 deletions

View File

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