From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53912) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9lrf-0003Jj-E3 for guix-patches@gnu.org; Mon, 16 Sep 2019 03:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9lre-0004LS-5s for guix-patches@gnu.org; Mon, 16 Sep 2019 03:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9lre-0004LE-2o for guix-patches@gnu.org; Mon, 16 Sep 2019 03:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9lre-0003b0-0b for guix-patches@gnu.org; Mon, 16 Sep 2019 03:56:02 -0400 Subject: [bug#37412] [PATCH 1/2] gnu: Add guix-data-service. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87v9tt1l0h.fsf@cbaines.net> <20190915182127.10525-1-mail@cbaines.net> Date: Mon, 16 Sep 2019 09:55:41 +0200 In-Reply-To: <20190915182127.10525-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 15 Sep 2019 19:21:26 +0100") Message-ID: <87d0g0fzeq.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: Christopher Baines Cc: 37412@debbugs.gnu.org Christopher Baines skribis: > + (home-page "https://data.guix.gnu.org/") It would be nice to add a reference to data.guix.gnu.org at or in the manual. WDYT? Ludo=E2=80=99.