guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: unqlite: Use HTTPS home page.


From: guix-commits
Subject: 08/09: gnu: unqlite: Use HTTPS home page.
Date: Fri, 13 Mar 2020 00:40:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f50ef3493e6bdc0519fac57ffd32a5590fcca05d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:56:13 2020 +0100

    gnu: unqlite: Use HTTPS home page.
    
    * gnu/packages/databases.scm (unqlite)[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 9d42ba7..26b6a55 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1852,7 +1852,7 @@ Driver.")
                 "1sbpvhg15gadq0mpcy16q7k3rkg4b4dicpnn5xifpkpn02sqik3s"))))
     (build-system gnu-build-system)
     (arguments `(#:tests? #f))          ;No check target
-    (home-page "http://www.unqlite.org";)
+    (home-page "https://www.unqlite.org";)
     (synopsis "In-memory key/value and document store")
     (description
      "UnQLite is an in-process software library which implements a



reply via email to

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