summary refs log tree commit diff
path: root/pkgs/games/moon-buggy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/moon-buggy/default.nix')
-rw-r--r--pkgs/games/moon-buggy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/moon-buggy/default.nix b/pkgs/games/moon-buggy/default.nix
index 6f099a88b2c62..b623d7bd53969 100644
--- a/pkgs/games/moon-buggy/default.nix
+++ b/pkgs/games/moon-buggy/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = {
-    description = ''A simple character graphics game where you drive some kind of car across the moon's surface'';
+    description = "A simple character graphics game where you drive some kind of car across the moon's surface";
     license = lib.licenses.gpl2;
     maintainers = [lib.maintainers.rybern];
     platforms = lib.platforms.linux;