From 61d399c5fb2c50c7a0f34b8000c03ad1f0f44082 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 23:57:39 +0100 Subject: gnu: pioneer: Use HTTPS home page. * gnu/packages/games.scm (pioneer)[home-page]: Use HTTPS. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3