gnu: ytalk: Use HTTPS home page.
* gnu/packages/messaging.scm (ytalk)[home-page]: Use HTTPS.master
parent
1d7be5938b
commit
898dc4947f
|
@ -1238,7 +1238,7 @@ for sending encrypted messages to one person or many subscribers.")
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
(home-page "http://ytalk.ourproject.org")
|
||||
(home-page "https://ytalk.ourproject.org")
|
||||
(synopsis "Multi-user chat program")
|
||||
(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
|
||||
|
|
Reference in New Issue