mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Rename knights with knightsgame.
Rename knights with knightsgame to package knights from KDE games module. * gnu/packages/games.scm (knights): Rename with knightsgame. Change-Id: I6eec8189fd29fe2ede67d98c26fdd9cafe4c2aef
This commit is contained in:
parent
bd3d7c8587
commit
57fb43e17d
1 changed files with 2 additions and 2 deletions
|
@ -1977,9 +1977,9 @@ (define-public opensurge
|
|||
license:public-domain
|
||||
license:silofl1.1))))
|
||||
|
||||
(define-public knights
|
||||
(define-public knightsgame
|
||||
(package
|
||||
(name "knights")
|
||||
(name "knightsgame")
|
||||
(version "025")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue