diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 00:48:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 01:30:16 +0200 |
commit | 6fd52309b8f52c9bb59fccffac53e029ce94b698 (patch) | |
tree | bf54edb6c182356547acfa82deba8c402b03738c /gnu/packages/databases.scm | |
parent | c219997a146dc7a955d4f58d36afab2aa926f49c (diff) | |
download | patches-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar patches-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar.gz |
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index b87e8a2101..ca15547438 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -133,7 +133,7 @@ either single machines or networked clusters.") "1smwz4x5qa4js0zf1w3asq6z7mh20zlgwbh2bk5dczw6xrk22yyr")))) (arguments `(#:configure-flags '("--enable-libgdbm-compat"))) (build-system gnu-build-system) - (home-page "http://www.gnu.org/software/gdbm/") + (home-page "http://www.gnu.org.ua/software/gdbm") (synopsis "Hash library of database functions compatible with traditional dbm") (description @@ -511,7 +511,7 @@ databases created with Recutils carry all of the expected features such as unique fields, primary keys, time stamps and more. Many different field types are supported, as is encryption.") (license license:gpl3+) - (home-page "http://www.gnu.org/software/recutils/"))) + (home-page "https://www.gnu.org/software/recutils/"))) (define-public rocksdb (package |