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 | |
| parent | 5f518cadc38d1ce49da1928e096da0a88b779ee6 (diff) | |
gnu: powwow: Use HTTPS download.
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
| -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 c17d200c3f2..e467dbe04ca 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -2088,7 +2088,7 @@ is attributed to Albert Einstein.") | |||
| 2088 | (source (origin | 2088 | (source (origin |
| 2089 | (method url-fetch) | 2089 | (method url-fetch) |
| 2090 | (uri (string-append | 2090 | (uri (string-append |
| 2091 | "http://www.hoopajoo.net/static/projects/powwow-" | 2091 | "https://www.hoopajoo.net/static/projects/powwow-" |
| 2092 | version ".tar.gz")) | 2092 | version ".tar.gz")) |
| 2093 | (file-name (string-append name "-" version ".tar.gz")) | 2093 | (file-name (string-append name "-" version ".tar.gz")) |
| 2094 | (sha256 | 2094 | (sha256 |
