From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8LyZ-0001Jj-Mg for guix-patches@gnu.org; Mon, 25 Mar 2019 05:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8LyY-0007LD-NW for guix-patches@gnu.org; Mon, 25 Mar 2019 05:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8LyY-0007L5-ID for guix-patches@gnu.org; Mon, 25 Mar 2019 05:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8LyY-0007n2-AG for guix-patches@gnu.org; Mon, 25 Mar 2019 05:33:02 -0400 Subject: bug#34931: [PATCH 5/5] gnu: Add gPodder. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190321002204.25294-1-pierre.langlois@gmx.com> <20190321002204.25294-5-pierre.langlois@gmx.com> Date: Mon, 25 Mar 2019 10:32:18 +0100 In-Reply-To: <20190321002204.25294-5-pierre.langlois@gmx.com> (Pierre Langlois's message of "Thu, 21 Mar 2019 00:22:04 +0000") Message-ID: <87a7hjz4d9.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-done@debbugs.gnu.org Pierre Langlois skribis: > * gnu/packages/podcast.scm (gpodder): New variable. I also changed the license to =E2=80=98gpl3+=E2=80=99 and committed. Thank you! Ludo=E2=80=99.