treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = ''A puzzle game with mechanics similar to Lemmings'';
|
||||
description = "A puzzle game with mechanics similar to Lemmings";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
license = lib.licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user