summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 00:01:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-17 03:12:09 +0100
commitd74647b04a41e1b84092fb7d461e169e714e2aca (patch)
treee5cd560433fa9467aaa3cbe6970ff4f382727da1
parentcfff0b386d1d1b52bedad6977ef7e0ce1546ecb1 (diff)
downloadpatches-d74647b04a41e1b84092fb7d461e169e714e2aca.tar
patches-d74647b04a41e1b84092fb7d461e169e714e2aca.tar.gz
gnu: qdbm: Use HTTPS home page.
* gnu/packages/databases.scm (qdbm)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/databases.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index be4db42332..8491f7ac11 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