mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xonotic: Use HTTPS home page URI.
* gnu/packages/games.scm (xonotic)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
3e0190a850
commit
083b24e23e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue