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
|
@ -40,7 +40,7 @@
|
||||||
(arguments `(#:configure-flags (list "--enable-widec")))
|
(arguments `(#:configure-flags (list "--enable-widec")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)))
|
`(("ncurses" ,ncurses)))
|
||||||
(home-page "http://thrysoee.dk/editline/")
|
(home-page "https://thrysoee.dk/editline/")
|
||||||
(synopsis "NetBSD Editline library")
|
(synopsis "NetBSD Editline library")
|
||||||
(description
|
(description
|
||||||
"This is an autotool- and libtoolized port of the NetBSD Editline
|
"This is an autotool- and libtoolized port of the NetBSD Editline
|
||||||
|
|
Loading…
Reference in New Issue