From 8d5e7ad29a70069986d3b023980d764b8997d9dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 8 Dec 2015 23:30:42 +0100
Subject: [PATCH] gnu: guile-sly: Use HTTPS URL.

* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'.  Failing to
do that, we get redirected to 'https', which fails because GnuTLS is
missing.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 96d5288e4a2..a4203f0f3b9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -812,7 +812,7 @@ (define-public guile-sly
     (version "0.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://files.dthompson.us/sly/sly-"
+              (uri (string-append "https://files.dthompson.us/sly/sly-"
                                   version ".tar.gz"))
               (sha256
                (base32
-- 
GitLab