teeworlds: meta touchups, per reviewer suggestion

This commit is contained in:
Will Dietz 2020-01-26 16:45:49 -06:00
parent 5da89034f9
commit dd763ca418

View file

@ -37,9 +37,9 @@ stdenv.mkDerivation rec {
Flag. You can even design your own maps!
'';
homepage = https://teeworlds.com/;
homepage = "https://teeworlds.com/";
license = "BSD-style, see `license.txt'";
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = ["x86_64-linux" "i686-linux"];
platforms = stdenv.lib.platforms.linux;
};
}