mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: slang: Use HTTPS home page.
* gnu/packages/slang.scm (slang)[home-page]: Use HTTPS.
This commit is contained in:
parent
59e884a211
commit
77dbc1c537
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ (define-public slang
|
|||
("libpng" ,libpng)
|
||||
("pcre" ,pcre)
|
||||
("ncurses" ,ncurses)))
|
||||
(home-page "http://www.jedsoft.org/slang/")
|
||||
(home-page "https://www.jedsoft.org/slang/")
|
||||
(synopsis "Library for interactive applications and extensibility")
|
||||
(description
|
||||
"S-Lang is a multi-platform programmer's library designed to allow a
|
||||
|
|
Loading…
Reference in a new issue