teeworlds: meta touchups, per reviewer suggestion
This commit is contained in:
parent
5da89034f9
commit
dd763ca418
@ -37,9 +37,9 @@ stdenv.mkDerivation rec {
|
|||||||
Flag. You can even design your own maps!
|
Flag. You can even design your own maps!
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = https://teeworlds.com/;
|
homepage = "https://teeworlds.com/";
|
||||||
license = "BSD-style, see `license.txt'";
|
license = "BSD-style, see `license.txt'";
|
||||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||||
platforms = ["x86_64-linux" "i686-linux"];
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user