summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-02-24 23:22:34 +0100
committerLudovic Courtès <ludo@gnu.org>2025-02-24 23:33:52 +0100
commit45d2c0fb195322f66e97f427ff4e8b4d7ab37aed (patch)
tree483ce5b9f1534bf9051de22c41af2e3941a7fa0e
parent1fb52d003da3a86e2edddd5e65577926dec127dd (diff)
gnu: gemrb: Adjust synopsis, description, and license.
* gnu/packages/games.scm (gemrb)[synopsis, description]: Remove “open-source” and reindent. [license]: Change to ‘gpl2+’, in accordance with source file headers. Change-Id: I41b193d55591f5d9ba927a9c74a5505fc39ceaef
-rw-r--r--gnu/packages/games.scm11
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