From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8Lul-0007F1-N2 for guix-patches@gnu.org; Mon, 25 Mar 2019 05:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8Lsk-0004Sw-6b for guix-patches@gnu.org; Mon, 25 Mar 2019 05:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43960) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8Lsk-0004Sm-1F for guix-patches@gnu.org; Mon, 25 Mar 2019 05:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8Lsj-0007Zf-RS for guix-patches@gnu.org; Mon, 25 Mar 2019 05:27:01 -0400 Subject: [bug#34931] [PATCH 0/5] Add gPodder. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190321001143.21045-1-pierre.langlois@gmx.com> <87mullv7bx.fsf@gnu.org> <87tvfs8kt6.fsf@gmx.com> <87sgvc8i64.fsf@gmx.com> <87r2aw8ccw.fsf@gmx.com> Date: Mon, 25 Mar 2019 10:26:34 +0100 In-Reply-To: <87r2aw8ccw.fsf@gmx.com> (Pierre Langlois's message of "Sun, 24 Mar 2019 16:29:35 +0000") Message-ID: <87h8brz4mt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Pierre Langlois Cc: 34931@debbugs.gnu.org Hi Pierre, Pierre Langlois skribis: > From c91de4895afd53e40081501cd2db32bb47a5b92a Mon Sep 17 00:00:00 2001 > From: Pierre Langlois > Date: Wed, 20 Mar 2019 23:55:31 +0000 > Subject: [PATCH] gnu: Add python-mygpoclient. > > * gnu/packages/gpodder.scm (python-mygpoclient): New variable. This one works for me. I changed the license to =E2=80=98gpl3+=E2=80=99 be= cause source file headers carry the =E2=80=9Cor any later version=E2=80=9D wording, and = committed. Thanks for investigating! Ludo=E2=80=99.