diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:09:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:25:05 +0200 |
commit | 505ceff606ef8d468c07101bb986d148efd6f7ae (patch) | |
tree | 8a50ce7e2a461adfef077c181365ce166f5cbb4f /gnu/packages | |
parent | f2922d9ea1f46efc70bf16e2e6e540575548a8c2 (diff) | |
download | guix-505ceff606ef8d468c07101bb986d148efd6f7ae.tar.gz guix-505ceff606ef8d468c07101bb986d148efd6f7ae.zip |
gnu: pioneers: Download over HTTPS.
* gnu/packages/games.scm (pioneers)[source]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9329e34c32..82a9660b2a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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 |