mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: powwow: Use HTTPS download.
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
This commit is contained in:
parent
5f518cadc3
commit
cc30a47273
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ (define-public powwow
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.hoopajoo.net/static/projects/powwow-"
|
||||
"https://www.hoopajoo.net/static/projects/powwow-"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue