From 45d2c0fb195322f66e97f427ff4e8b4d7ab37aed Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 24 Feb 2025 23:22:34 +0100 Subject: gnu: gemrb: Adjust synopsis, description, and license. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/games.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a261bb2d5f7..eaf3fcd9086 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 -- cgit v1.3