gnu: grue-hunter: Use 'https' URL.

* gnu/packages/grue-hunter.scm (grue-hunter): Use 'https' URL.
master
Ludovic Courtès 2016-01-23 22:52:49 +01:00
parent 9059b97dc3
commit f6afc48008
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))