From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBmXX-000329-Sw for guix-patches@gnu.org; Wed, 03 Apr 2019 16:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBmNa-0005IH-SV for guix-patches@gnu.org; Wed, 03 Apr 2019 16:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBmNa-0005Go-Dh for guix-patches@gnu.org; Wed, 03 Apr 2019 16:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBmNa-0000DK-0b for guix-patches@gnu.org; Wed, 03 Apr 2019 16:21:02 -0400 Subject: [bug#35072] [PATCH] gnu: Add kdeconnect. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190401172842.18159-1-efraim@flashner.co.il> Date: Wed, 03 Apr 2019 22:19:38 +0200 In-Reply-To: <20190401172842.18159-1-efraim@flashner.co.il> (Efraim Flashner's message of "Mon, 1 Apr 2019 20:28:42 +0300") Message-ID: <87o95mrgdh.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: Efraim Flashner Cc: 35072@debbugs.gnu.org Hello! Efraim Flashner skribis: > * gnu/packages/kde.scm (kdeconnect.scm): New variable. [...] > + (license (list license:gpl2 license:gpl3)))) Please add a comment to say if it=E2=80=99s dual-licensed (v2 or v3) or something else. Other than that LGTM, thanks! Ludo=E2=80=99.