mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: unqlite: Use HTTPS home page.
* gnu/packages/databases.scm (unqlite)[home-page]: Use HTTPS.
This commit is contained in:
parent
b7afc63f0f
commit
f50ef3493e
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ (define-public unqlite
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue