nckx pushed a commit to branch master
in repository guix.
commit d74647b04a41e1b84092fb7d461e169e714e2aca
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 00:01:45 2020 +0100
gnu: qdbm: Use HTTPS home page.
* gnu/packages/databases.scm (qdbm)[home-page]: Use HTTPS.
---
gnu/packages/databases.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index be4db42..8491f7a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1070,7 +1070,7 @@ Most public APIs are compatible with
@command{mysqlclient} and MySQLdb.")
(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