gnu: ytalk: Use HTTPS home page.
* gnu/packages/messaging.scm (ytalk)[home-page]: Use HTTPS.
This commit is contained in:
parent
1d7be5938b
commit
898dc4947f
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ for sending encrypted messages to one person or many subscribers.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)))
|
`(("ncurses" ,ncurses)))
|
||||||
(home-page "http://ytalk.ourproject.org")
|
(home-page "https://ytalk.ourproject.org")
|
||||||
(synopsis "Multi-user chat program")
|
(synopsis "Multi-user chat program")
|
||||||
(description "Ytalk is a replacement for the BSD talk program. Its main
|
(description "Ytalk is a replacement for the BSD talk program. Its main
|
||||||
advantage is the ability to communicate with any arbitrary number of users at
|
advantage is the ability to communicate with any arbitrary number of users at
|
||||||
|
|
Reference in a new issue