[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: grue-hunter: Use 'https' URL.
From: |
Ludovic Courtès |
Subject: |
02/04: gnu: grue-hunter: Use 'https' URL. |
Date: |
Sun, 24 Jan 2016 23:11:32 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit f6afc48008d6868dfd7de6467e86ba70612b22e0
Author: Ludovic Courtès <address@hidden>
Date: Sat Jan 23 22:52:49 2016 +0100
gnu: grue-hunter: Use 'https' URL.
* gnu/packages/grue-hunter.scm (grue-hunter): Use 'https' URL.
---
gnu/packages/grue-hunter.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/grue-hunter.scm b/gnu/packages/grue-hunter.scm
index 29404fc..71eee96 100644
--- a/gnu/packages/grue-hunter.scm
+++ b/gnu/packages/grue-hunter.scm
@@ -32,7 +32,7 @@
(source
(origin
(method url-fetch)
- (uri (string-append "http://jxself.org/" name ".tar.gz"))
+ (uri (string-append "https://jxself.org/" name ".tar.gz"))
(sha256
(base32
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))