From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: guile-gnunet: Use https URL. Date: Sat, 27 Aug 2016 14:21:38 +0000 Message-ID: <87d1kuqolp.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeUO-0000IZ-IN for guix-devel@gnu.org; Sat, 27 Aug 2016 10:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdeUN-0003kS-KJ for guix-devel@gnu.org; Sat, 27 Aug 2016 10:21:40 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:36597 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeUN-0003kF-9y for guix-devel@gnu.org; Sat, 27 Aug 2016 10:21:39 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id fb000847 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 27 Aug 2016 14:21:38 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-guile-gnunet-Use-https-URL.patch >From f4bcc1e6aeee861ee9dc11c1803ca94146c5d86c Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Aug 2016 13:38:36 +0000 Subject: [PATCH 2/4] gnu: guile-gnunet: Use https URL. * gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL. --- gnu/packages/gnunet.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index b08ba74..82defaf 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -306,7 +306,7 @@ kinds of basic applications for the foundation of a GNU internet.") "This package provides Guile bindings to the client libraries of various GNUnet services, including the @dfn{identity} and @dfn{file sharing} services.") - (home-page "http://gnu.org/software/guix") + (home-page "https://gnu.org/software/guix") (license license:gpl3+)))) ;; FIXME: "gnunet-setup" segfaults under certain conditions and "gnunet-gtk" -- 2.9.3 --=-=-= Content-Type: text/plain -- ng0 For non-prism friendly talk find me on http://www.psyced.org --=-=-=--