mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gdbm: Use HTTPS home page.
* gnu/packages/dbm.scm (gdbm)[home-page]: Use HTTPS.
This commit is contained in:
parent
9591f68550
commit
3918d6c4b6
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ (define-public gdbm
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue