From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47359) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5UNL-0000fg-4X for guix-patches@gnu.org; Wed, 04 Sep 2019 08:27:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5UNK-0002Ti-73 for guix-patches@gnu.org; Wed, 04 Sep 2019 08:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52135) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5UNJ-0002TX-Ty for guix-patches@gnu.org; Wed, 04 Sep 2019 08:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5UNJ-0004gR-PM for guix-patches@gnu.org; Wed, 04 Sep 2019 08:27:01 -0400 Subject: [bug#36851] [PATCH] Add rclone-browser Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blxcos1n.fsf@nicolasgoaziou.fr> Date: Wed, 04 Sep 2019 14:26:50 +0200 In-Reply-To: <87blxcos1n.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 30 Jul 2019 10:17:08 +0200") Message-ID: <87a7bk5jsl.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: Nicolas Goaziou Cc: 36851@debbugs.gnu.org Hi, Nicolas Goaziou skribis: >>>From d1765e2c4516f27574caa175883b21a7cdb9679f Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Tue, 30 Jul 2019 10:11:04 +0200 > Subject: [PATCH] gnu: Add rclone-browser. > > * gnu/packages/sync.scm (rclone-browser): New variable. LGTM! Note that, as noted in =E2=80=98HACKING=E2=80=99, it=E2=80=99s the kind of = change that you can push quickly if you don=E2=80=99t get any feedback. Thanks, Ludo=E2=80=99.