gnu: libedit: Use HTTPS for home page.
* gnu/packages/libedit.scm (libedit)[home-page]: Use HTTPS.
This commit is contained in:
parent
0076f5a98c
commit
c3d8bf3992
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ (define-public libedit
|
|||
(arguments `(#:configure-flags (list "--enable-widec")))
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
(home-page "http://thrysoee.dk/editline/")
|
||||
(home-page "https://thrysoee.dk/editline/")
|
||||
(synopsis "NetBSD Editline library")
|
||||
(description
|
||||
"This is an autotool- and libtoolized port of the NetBSD Editline
|
||||
|
|
Loading…
Reference in a new issue