guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: perl-net-dns: Update home page.


From: Tobias Geerinckx-Rice
Subject: 05/12: gnu: perl-net-dns: Update home page.
Date: Fri, 10 Aug 2018 20:09:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8faa9df7f36190fd6281eaea35e875f29ff6dfb1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 10 22:57:38 2018 +0200

    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.
---
 gnu/packages/networking.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a9696eb..aa7059e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -822,17 +822,19 @@ allows for heavy scripting.")
   (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]