mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06: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 @@ are only two levels to play with, but they are very addictive.")
|
|||
(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…
Add table
Reference in a new issue