From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJH1v-0001MK-SO for guix-patches@gnu.org; Thu, 17 May 2018 07:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJH1p-0000hF-Uv for guix-patches@gnu.org; Thu, 17 May 2018 07:25:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58314) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJH1p-0000h2-Ri for guix-patches@gnu.org; Thu, 17 May 2018 07:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJH1p-0002Bo-Ks for guix-patches@gnu.org; Thu, 17 May 2018 07:25:01 -0400 Subject: [bug#31478] [PATCH] gnu: Add zyre. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180516215455.5404-1-tonton@riseup.net> <20180516215455.5404-2-tonton@riseup.net> Date: Thu, 17 May 2018 13:23:57 +0200 In-Reply-To: <20180516215455.5404-2-tonton@riseup.net> (tonton@riseup.net's message of "Wed, 16 May 2018 23:54:55 +0200") Message-ID: <87lgci34qa.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: Tonton Cc: 31478@debbugs.gnu.org Hello Tonton, Tonton skribis: > * gnu/packages/networking.scm (zyre): New variable. [...] > + (synopsis "Framework for proximity-based peer-to-peer applications") > + (description "Zyre provides reliable group messaging over local area= networks.") The patch LGTM, but could you expand the description a little bit to give more context to passersby? See . Thank you! Ludo=E2=80=99.