diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:57:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 17:48:54 +0100 |
commit | 61d399c5fb2c50c7a0f34b8000c03ad1f0f44082 (patch) | |
tree | 44e9ffc32491e196997cfcbbf4515171c4ec3887 /gnu/packages/games.scm | |
parent | 2bc3ec3b44ffb7d2da0b0dabcc3135dcf8f2057d (diff) | |
download | guix-61d399c5fb2c50c7a0f34b8000c03ad1f0f44082.tar.gz |
gnu: pioneer: Use HTTPS home page.
* gnu/packages/games.scm (pioneer)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/games.scm')
-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 30045c9f96..59639a0138 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5662,7 +5662,7 @@ elements to achieve a simple goal in the most complex way possible.") #:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES" (string-append "-DPIONEER_DATA_DIR=" %output "/share/games/pioneer")))) - (home-page "http://pioneerspacesim.net") + (home-page "https://pioneerspacesim.net") (synopsis "Game of lonely space adventure") (description "Pioneer is a space adventure game set in our galaxy at the turn of the |