guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: gdbm: Use HTTPS home page.


From: guix-commits
Subject: 01/03: gnu: gdbm: Use HTTPS home page.
Date: Sat, 17 Jul 2021 13:43:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3918d6c4b6858dbc17ef1110ac2301d28238bb73
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 20 16:10:26 2021 +0200

    gnu: gdbm: Use HTTPS home page.
    
    * gnu/packages/dbm.scm (gdbm)[home-page]: Use HTTPS.
---
 gnu/packages/dbm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 2dd51ef..fcef907 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -147,7 +147,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their 
data model.")
     (arguments `(#:configure-flags '("--enable-libgdbm-compat"
                                      "--disable-static")))
     (build-system gnu-build-system)
-    (home-page "http://www.gnu.org.ua/software/gdbm";)
+    (home-page "https://www.gnu.org.ua/software/gdbm";)
     (synopsis
      "Hash library of database functions compatible with traditional dbm")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]