gnu: powwow: Use HTTPS download.
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
This commit is contained in:
parent
5f518cadc3
commit
cc30a47273
@ -2088,7 +2088,7 @@ is attributed to Albert Einstein.")
|
|||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.hoopajoo.net/static/projects/powwow-"
|
"https://www.hoopajoo.net/static/projects/powwow-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user