mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: pioneers: Download over HTTPS.
* gnu/packages/games.scm (pioneers)[source]: Use HTTPS.
This commit is contained in:
parent
f2922d9ea1
commit
505ceff606
1 changed files with 1 additions and 1 deletions
|
@ -4196,7 +4196,7 @@ (define-public pioneers
|
|||
(version "15.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://downloads.sourceforge.net/pio/"
|
||||
(uri (string-append "https://downloads.sourceforge.net/pio/"
|
||||
"pioneers-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue