nckx pushed a commit to branch master
in repository guix.

commit 7fc2ba2a2cfb6568a2067e62c966fe35a7ed9bde
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 16 19:01:03 2020 +0200

    gnu: kyotocabinet: Use HTTPS.
    
    * gnu/packages/databases.scm (kyotocabinet)[source, home-page]:
    Use HTTPS.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 55fc4f8..0e6ad4e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1976,8 +1976,8 @@ sets, bitmaps and hyperloglogs.")
     (version "1.2.77")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://fallabs.com/kyotocabinet/pkg/";
-                                  name "-" version ".tar.gz"))
+              (uri (string-append "https://fallabs.com/kyotocabinet/pkg/";
+                                  "kyotocabinet-" version ".tar.gz"))
               (sha256
                (base32
                 "1rlx4307adbzd842b4npq6cwlw8h010ingxaz3qz1ijc70lr72an"))))
@@ -1989,7 +1989,7 @@ sets, bitmaps and hyperloglogs.")
         (string-append "LDFLAGS=-Wl,-rpath="
                        (assoc-ref %outputs "out") "/lib"))))
     (inputs `(("zlib" ,zlib)))
-    (home-page "http://fallabs.com/kyotocabinet/";)
+    (home-page "https://fallabs.com/kyotocabinet/";)
     (synopsis
      "Kyoto Cabinet is a modern implementation of the DBM database")
     (description

Reply via email to