gnu: qdbm: Use HTTPS home page.
* gnu/packages/databases.scm (qdbm)[home-page]: Use HTTPS.
This commit is contained in:
parent
cfff0b386d
commit
d74647b04a
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ (define-public qdbm
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib"))
|
"/lib"))
|
||||||
#:make-flags (list "CFLAGS=-fPIC")))
|
#:make-flags (list "CFLAGS=-fPIC")))
|
||||||
(home-page "http://fallabs.com/qdbm")
|
(home-page "https://fallabs.com/qdbm/")
|
||||||
(synopsis "Key-value database")
|
(synopsis "Key-value database")
|
||||||
(description "QDBM is a library of routines for managing a
|
(description "QDBM is a library of routines for managing a
|
||||||
database. The database is a simple data file containing key-value
|
database. The database is a simple data file containing key-value
|
||||||
|
|
Loading…
Reference in a new issue