From 083b24e23e1fb722b3a0ba94c94da6970722bc69 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 25 May 2020 20:04:52 +0200 Subject: gnu: xonotic: Use HTTPS home page URI. * gnu/packages/games.scm (xonotic)[home-page]: Use HTTPS URI. --- 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 7f9a08aa6b..ee7f001f20 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6664,7 +6664,7 @@ (define (install src dst) ("pkg-config" ,pkg-config) ("libtool" ,libtool) ("gmp" ,gmp))) - (home-page "http://xonotic.org") + (home-page "https://xonotic.org") (synopsis "Fast-paced first-person shooter game") (description "Xonotic is a free, fast-paced first-person shooter. -- cgit v1.2.3