diff options
-rw-r--r-- | gnu/packages/games.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a261bb2d5f..eaf3fcd908 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12569,14 +12569,13 @@ virtual reality devices.") vlc zlib)) (home-page "https://gemrb.org/") - (synopsis - "Portable open-source implementation of Bioware's Infinity Engine") + (synopsis "Portable implementation of Bioware's Infinity Engine") (description "GemRB (Game Engine Made with preRendered Background) is a portable - open-source reimplementation of the Infinity Engine that underpinned - Baldur's Gate, Icewind Dale and Planescape: Torment. It sports a - cleaner design, greater extensibility and several innovations.") - (license (list license:gpl2)))) +reimplementation of the Infinity Engine that underpinned Baldur's Gate, +Icewind Dale and Planescape: Torment. It sports a cleaner design, greater +extensibility and several innovations.") + (license license:gpl2+))) ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances |