diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:15:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 01:42:51 +0100 |
commit | 898dc4947f4fbdaa44ff8ad89e7649aee1f7c8fe (patch) | |
tree | ccc65868105aa0383257eec55778b9309c30ed45 /gnu | |
parent | 1d7be5938b0be82f7d1551f48760132658e6c1b6 (diff) | |
download | guix-898dc4947f4fbdaa44ff8ad89e7649aee1f7c8fe.tar guix-898dc4947f4fbdaa44ff8ad89e7649aee1f7c8fe.tar.gz |
gnu: ytalk: Use HTTPS home page.
* gnu/packages/messaging.scm (ytalk)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c1d4d93c32..f8b743f766 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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 |