diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2019-10-26 23:11:08 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-10-28 11:28:59 +0100 |
commit | 3dfd73f0a2362beddd70e910745a1ab452a714b8 (patch) | |
tree | 5e1764a38046fd4388111e475d90394a2af26ffd /gnu/packages | |
parent | 6bb93af8553c746e50934792f3969f2e72013a14 (diff) | |
download | patches-3dfd73f0a2362beddd70e910745a1ab452a714b8.tar patches-3dfd73f0a2362beddd70e910745a1ab452a714b8.tar.gz |
gnu: profanity: Update home-page URL.
* gnu/packages/messaging.scm (profanity)[home-page]: Update URL.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 b56a3e92cb..63b14287ce 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1655,7 +1655,7 @@ are both supported).") (synopsis "Console-based XMPP client") (description "Profanity is a console based XMPP client written in C using ncurses and libmesode, inspired by Irssi.") - (home-page "http://www.profanity.im") + (home-page "https://profanity-im.github.io") (license license:gpl3+))) (define-public libircclient |