mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
6e542e195d
commit
8faa9df7f3
1 changed files with 7 additions and 5 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue