From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e75XV-0003r4-GY for guix-patches@gnu.org; Tue, 24 Oct 2017 16:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e75XS-00009z-Am for guix-patches@gnu.org; Tue, 24 Oct 2017 16:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e75XS-00009q-6c for guix-patches@gnu.org; Tue, 24 Oct 2017 16:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e75XS-0002AO-1C for guix-patches@gnu.org; Tue, 24 Oct 2017 16:11:02 -0400 Subject: [bug#28973] [PATCH 1/1] gnu: Add strongswan. Resent-Message-ID: References: <87r2tsbcer.fsf@vany.ca> From: Tobias Geerinckx-Rice Message-ID: Date: Tue, 24 Oct 2017 22:13:15 +0200 MIME-Version: 1.0 In-Reply-To: <87r2tsbcer.fsf@vany.ca> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit 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: adam@vany.ca, 28973@debbugs.gnu.org I missed one: Adam Van Ymeren wrote on 24/10/17 at 20:58: > + (uri (string-append "https://download.strongswan.org/strongswan-" version ".tar.bz2")) should be split over 2 lines to silence the linter. Kind regards, T G-R