mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: xonotic: Correct licenses.
* gnu/packages/games.scm (xonotic-data)[license]: Refer to correct file. * gnu/packages/games.scm (xonotic)[license]: Refer to correct file.
This commit is contained in:
parent
865003433f
commit
9b9db6c482
1 changed files with 2 additions and 2 deletions
|
@ -4953,7 +4953,7 @@ (define xonotic-data
|
|||
(description
|
||||
"Xonotic-data provides the data files required by the game Xonotic.")
|
||||
(license (list license:gpl2+
|
||||
license:x11)))) ; server/rcon.pl
|
||||
(license:x11-style "file://server/rcon.pl")))))
|
||||
|
||||
(define-public xonotic
|
||||
(package
|
||||
|
@ -5152,4 +5152,4 @@ (define (install src dst)
|
|||
open-source FPS of its kind.")
|
||||
(license (list license:gpl2+
|
||||
license:bsd-3 ; /source/d0_blind_id folder and others
|
||||
license:x11-style))))
|
||||
(license:x11-style "" "See file rcon.pl.")))))
|
||||
|
|
Loading…
Reference in a new issue