From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6DvZ-0007iH-NB for guix-patches@gnu.org; Thu, 04 May 2017 06:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6DvW-0004fK-DM for guix-patches@gnu.org; Thu, 04 May 2017 06:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6DvW-0004f8-9k for guix-patches@gnu.org; Thu, 04 May 2017 06:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6DvW-0008Qt-4B for guix-patches@gnu.org; Thu, 04 May 2017 06:24:02 -0400 Subject: bug#26773: fish-guix: Use the correct home-page Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6Dus-0007hQ-FJ for guix-patches@gnu.org; Thu, 04 May 2017 06:23:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6Dup-0003wb-5d for guix-patches@gnu.org; Thu, 04 May 2017 06:23:22 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:58674 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6Duo-0003ou-RL for guix-patches@gnu.org; Thu, 04 May 2017 06:23:19 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 65ab52d5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 4 May 2017 10:23:01 +0000 (UTC) Date: Thu, 4 May 2017 10:23:08 +0000 From: ng0 Message-ID: <20170504102308.xhqbxhpa7u3ewmvj@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="emkcxmdz7ookagwa" Content-Disposition: inline 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: 26773@debbugs.gnu.org --emkcxmdz7ookagwa Content-Type: text/plain; charset=utf-8 Content-Disposition: inline When I sent the patch, I forgot to update the home-page location. Recently this shifted back and forth between noblogs.org and pragmatique.xyz, and ended up where it is now. This page also features links to source, license, etc. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --emkcxmdz7ookagwa Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-fish-guix-Adjust-the-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 42f3ea536bcf78bcd19d2f16f54728b41584578c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 3 May 2017 23:36:16 +0000 Subject: [PATCH 1/2] gnu: fish-guix: Adjust the home-page. * gnu/packages/shells.scm (fish-guix)[home-page]: Use the correct website. --- gnu/packages/shells.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 5f57619e0..d87d58e5c 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -167,7 +167,7 @@ highlighting.") #:phases (modify-phases %standard-phases (delete 'configure)))) ; No configure script. - (home-page "https://pragmatique.noblogs.org/software/fish-guix/downloa= ds/") + (home-page "https://pragmatique.xyz/software/fish-guix.html") (synopsis "Fish completions for Guix") (description "Fish-guix provides completions for Guix for users of the fish shell.= ") --=20 2.12.2 --emkcxmdz7ookagwa--