gnu: powwow: Use HTTPS home page.
* gnu/packages/games.scm (powwow)[home-page]: Use HTTPS.
This commit is contained in:
parent
956bcc8ed2
commit
36aff81aa3
1 changed files with 1 additions and 1 deletions
|
@ -2707,7 +2707,7 @@ is attributed to Albert Einstein.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)))
|
`(("ncurses" ,ncurses)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.hoopajoo.net/projects/powwow.html")
|
(home-page "https://www.hoopajoo.net/projects/powwow.html")
|
||||||
(synopsis "MUD and telnet client")
|
(synopsis "MUD and telnet client")
|
||||||
(description
|
(description
|
||||||
"POWWOW is a client software which can be used for telnet as well as for
|
"POWWOW is a client software which can be used for telnet as well as for
|
||||||
|
|
Reference in a new issue