[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37923] [PATCH v3 2/4] gnu: profanity: Update home-page URL.
From: |
tanguy |
Subject: |
[bug#37923] [PATCH v3 2/4] gnu: profanity: Update home-page URL. |
Date: |
Sat, 26 Oct 2019 23:11:08 +0200 |
From: Tanguy Le Carrour <address@hidden>
* gnu/packages/messaging.scm (profanity)[home-page]: Update URL.
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.23.0
- [bug#37923] [PATCH 1/2] gnu: profanity: Add configure flags and inputs for better defaults., (continued)