guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xonotic: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: xonotic: Use HTTPS home page URI.
Date: Mon, 25 May 2020 14:05:15 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 083b24e  gnu: xonotic: Use HTTPS home page URI.
083b24e is described below

commit 083b24e23e1fb722b3a0ba94c94da6970722bc69
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 20:04:52 2020 +0200

    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 7f9a08a..ee7f001 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6664,7 +6664,7 @@ quotation from a collection of quotes.")
        ("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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]