From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42488) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibgnP-0004QH-D1 for guix-patches@gnu.org; Mon, 02 Dec 2019 03:11:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibgnO-0007Tn-GY for guix-patches@gnu.org; Mon, 02 Dec 2019 03:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59280) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibgnO-0007Th-Cp for guix-patches@gnu.org; Mon, 02 Dec 2019 03:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibgnO-0000k7-8h for guix-patches@gnu.org; Mon, 02 Dec 2019 03:11:02 -0500 Subject: bug#37886: [PATCH] gnu: Add ipcalc. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87zhhqyy6y.fsf@gmail.com> <87a78jttef.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: Date: Mon, 02 Dec 2019 09:10:44 +0100 Message-ID: <878snvkv0b.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Daniel =?UTF-8?Q?Sch=C3=A4fer?= Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37886-done@debbugs.gnu.org Hello Daniel, > It seems that etc/indent-code.el does not correct that particular formatting difference, which I had in my description attribute. > I corrected it manually, according to what the other packages look like. > It's also moved into networking.scm. I simplified the builder procedure and removed an explicit reference to package version. I also fixed the license field and the description. Anyway, pushed, thanks for your patch :) Mathieu