Skip to content
Snippets Groups Projects
Commit f6afc480 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

* gnu/packages/grue-hunter.scm (grue-hunter): Use 'https' URL.
parent 9059b97d
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ (define-public grue-hunter ...@@ -32,7 +32,7 @@ (define-public grue-hunter
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://jxself.org/" name ".tar.gz")) (uri (string-append "https://jxself.org/" name ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3")))) "1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment