gnu: gdbm: Use HTTPS home page.
* gnu/packages/dbm.scm (gdbm)[home-page]: Use HTTPS.master
parent
9591f68550
commit
3918d6c4b6
|
@ -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
|
||||
|
|
Reference in New Issue