guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: libndp: Use HTTPS.


From: guix-commits
Subject: 14/15: gnu: libndp: Use HTTPS.
Date: Wed, 1 Jul 2020 11:54:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5ebab403b1f8ba9d87b753b277be168485d9c93a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:43:03 2020 +0200

    gnu: libndp: Use HTTPS.
    
    * gnu/packages/networking.scm (libndp)[source]: Hard-code NAME.  Use HTTPS.
    [home-page]: Use HTTPS.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 836da73..37f6ae2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -603,13 +603,13 @@ containing both Producer and Consumer support.")
     (version "1.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://libndp.org/files/";
-                                  name "-" version ".tar.gz"))
+              (uri (string-append "https://libndp.org/files/";
+                                  "libndp-" version ".tar.gz"))
               (sha256
                (base32
                 "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
     (build-system gnu-build-system)
-    (home-page "http://libndp.org/";)
+    (home-page "https://libndp.org/";)
     (synopsis "Library for Neighbor Discovery Protocol")
     (description
      "libndp contains a library which provides a wrapper for IPv6 Neighbor



reply via email to

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