From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58920) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOOlR-00088S-3U for guix-patches@gnu.org; Sat, 26 Oct 2019 12:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOOlQ-0007Jr-0v for guix-patches@gnu.org; Sat, 26 Oct 2019 12:18:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOOlP-0007Jh-UH for guix-patches@gnu.org; Sat, 26 Oct 2019 12:18:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOOlP-0001zi-Oa for guix-patches@gnu.org; Sat, 26 Oct 2019 12:18:03 -0400 Subject: [bug#37923] [PATCH v2 2/4] gnu: profanity: Update home-page URL. Resent-Message-ID: From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 18:16:51 +0200 Message-Id: <20191026161653.11871-2-tanguy@bioneland.org> In-Reply-To: <20191026161653.11871-1-tanguy@bioneland.org> References: <20191026161653.11871-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org From: Tanguy Le Carrour * 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