diff options
author | Andreas Enge <andreas@enge.fr> | 2016-08-02 11:21:00 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-08-02 11:21:00 +0200 |
commit | cc30a47273c1d58f0e70c6a452c525b96d20eee0 (patch) | |
tree | 6ed14cab7613347f4a8b86a126a6b252158cb4bd /gnu | |
parent | 5f518cadc38d1ce49da1928e096da0a88b779ee6 (diff) |
gnu: powwow: Use HTTPS download.
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
Diffstat (limited to 'gnu')
-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 c17d200c3f..e467dbe04c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2088,7 +2088,7 @@ is attributed to Albert Einstein.") (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 |