gnu: qdbm: Use HTTPS home page.

* gnu/packages/databases.scm (qdbm)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 00:01:45 +01:00
parent cfff0b386d
commit d74647b04a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1070,7 +1070,7 @@ (define-public qdbm
(assoc-ref %outputs "out")
"/lib"))
#:make-flags (list "CFLAGS=-fPIC")))
(home-page "http://fallabs.com/qdbm")
(home-page "https://fallabs.com/qdbm/")
(synopsis "Key-value database")
(description "QDBM is a library of routines for managing a
database. The database is a simple data file containing key-value