me
/
guix
Archived
1
0
Fork 0

gnu: curseofwar: Improve docstring.

* gnu/packages/games.scm (curseofwar): Remove unnecessary reference to Linux.
Add other available UI.
master
Nicolas Goaziou 2020-11-15 22:29:25 +01:00
parent 204ac80ee7
commit 9ad333f6cd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 3 deletions

View File

@ -11969,6 +11969,7 @@ game FPS.")
(inputs `(("ncurses" ,ncurses)))
(home-page "https://a-nikolaev.github.io/curseofwar/")
(synopsis "Fast-paced action strategy game")
(description "Curse of War is a fast-paced action strategy game for
Linux originally implemented using ncurses user interface.")
(description "Curse of War is a fast-paced action strategy game originally
implemented using ncurses user interface. An SDL graphical version is also
available.")
(license license:gpl3)))