mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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 @@ (define-public ytalk
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue