From debbugs-submit-bounces@debbugs.gnu.org Thu May 04 06:23:32 2017 Received: (at submit) by debbugs.gnu.org; 4 May 2017 10:23:32 +0000 Received: from localhost ([127.0.0.1]:53594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6Dv1-0008Q9-W3 for submit@debbugs.gnu.org; Thu, 04 May 2017 06:23:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35819) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6Dv0-0008Pv-45 for submit@debbugs.gnu.org; Thu, 04 May 2017 06:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6Dut-00041p-OZ for submit@debbugs.gnu.org; Thu, 04 May 2017 06:23:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58698) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6Dut-00041a-LQ for submit@debbugs.gnu.org; Thu, 04 May 2017 06:23:23 -0400 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 To: guix-patches@gnu.org Subject: fish-guix: Use the correct home-page Message-ID: <20170504102308.xhqbxhpa7u3ewmvj@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="emkcxmdz7ookagwa" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --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-- From debbugs-submit-bounces@debbugs.gnu.org Thu May 04 10:07:14 2017 Received: (at 26773-done) by debbugs.gnu.org; 4 May 2017 14:07:14 +0000 Received: from localhost ([127.0.0.1]:54644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6HPW-0000UG-1c for submit@debbugs.gnu.org; Thu, 04 May 2017 10:07:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6HPU-0000U4-Fe for 26773-done@debbugs.gnu.org; Thu, 04 May 2017 10:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6HPK-0001p4-Vw for 26773-done@debbugs.gnu.org; Thu, 04 May 2017 10:07:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6HPK-0001ox-S5 for 26773-done@debbugs.gnu.org; Thu, 04 May 2017 10:07:02 -0400 Received: from [193.50.110.181] (port=40634 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d6HPK-0001QH-Es for 26773-done@debbugs.gnu.org; Thu, 04 May 2017 10:07:02 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 26773-done@debbugs.gnu.org Subject: Re: bug#26773: fish-guix: Use the correct home-page References: <20170504102308.xhqbxhpa7u3ewmvj@abyayala> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 =?utf-8?Q?Flor=C3=A9al?= an 225 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Thu, 04 May 2017 16:07:01 +0200 In-Reply-To: <20170504102308.xhqbxhpa7u3ewmvj@abyayala> (ng0@pragmatique.xyz's message of "Thu, 4 May 2017 10:23:08 +0000") Message-ID: <87pofohg1m.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26773-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) ng0 skribis: > From 42f3ea536bcf78bcd19d2f16f54728b41584578c Mon Sep 17 00:00:00 2001 > From: 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. Applied, thanks! Ludo'. PS: Do not set M-F-T or Reply-To for debbugs mailing lists. From debbugs-submit-bounces@debbugs.gnu.org Thu May 04 10:17:57 2017 Received: (at 26773) by debbugs.gnu.org; 4 May 2017 14:17:57 +0000 Received: from localhost ([127.0.0.1]:54650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6HZt-0000j7-3S for submit@debbugs.gnu.org; Thu, 04 May 2017 10:17:57 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:60822 helo=sharknado9001.pragmatique.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6HZq-0000iw-8A for 26773@debbugs.gnu.org; Thu, 04 May 2017 10:17:54 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 71f5044b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 4 May 2017 14:17:42 +0000 (UTC) Date: Thu, 4 May 2017 14:17:46 +0000 From: ng0 To: 26773@debbugs.gnu.org, ludo@gnu.org, ng0@pragmatique.xyz Subject: Re: bug#26773: fish-guix: Use the correct home-page Message-ID: <20170504141746.zh45aza3jueinkmy@abyayala> Mail-Followup-To: 26773@debbugs.gnu.org, ludo@gnu.org References: <20170504102308.xhqbxhpa7u3ewmvj@abyayala> <87pofohg1m.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87pofohg1m.fsf@gnu.org> X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 26773 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) Ludovic Courtès transcribed 0.4K bytes: > ng0 skribis: > > > From 42f3ea536bcf78bcd19d2f16f54728b41584578c Mon Sep 17 00:00:00 2001 > > From: 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. > > Applied, thanks! > > Ludo'. Thanks :) > PS: Do not set M-F-T or Reply-To for debbugs mailing lists. > > > I have to read the documentation of my mail client for making an exception like this, in the meantime this will continue to happen. Sorry. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ From unknown Sat Sep 20 08:01:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Jun 2017 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator