diff options
author | Leo Famulari <leo@famulari.name> | 2019-03-17 14:08:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-03-18 12:11:33 -0400 |
commit | 4cb0b5bfd784a314a97172e93c19b8c4493caf98 (patch) | |
tree | 84007e1431ea44368f09a9689ebbacfae241a7a5 | |
parent | ae031d453cc43f87481dcfb06051cb6a928f4c5c (diff) | |
download | patches-4cb0b5bfd784a314a97172e93c19b8c4493caf98.tar patches-4cb0b5bfd784a314a97172e93c19b8c4493caf98.tar.gz |
gnu: OpenTTD: Mention 'game' in synopsis.
Suggested by swedebugia <swedebugia@riseup.net>.
* gnu/packages/games.scm (openttd-engine)[synopsis]: Mention 'game'.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b9deda7bf9..ed8aef8bf9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2338,7 +2338,7 @@ world}, @uref{http://evolonline.org, Evol Online} and ("sdl" ,sdl) ("xz" ,xz) ("zlib" ,zlib))) - (synopsis "Transportation economics simulator") + (synopsis "Transportation economics simulator game") (description "OpenTTD is a game in which you transport goods and passengers by land, water and air. It is a re-implementation of Transport Tycoon Deluxe with many enhancements including multiplayer mode, |