gnu: kyotocabinet: Use HTTPS.

* gnu/packages/databases.scm (kyotocabinet)[source, home-page]:
Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-16 19:01:03 +02:00
parent c4944d6c81
commit 7fc2ba2a2c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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