teeworlds: add Luflosi as maintainer

This commit is contained in:
Luflosi
2023-01-24 15:55:20 +01:00
parent eb45a61674
commit 0289bacdfd
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://teeworlds.com/";
license = "BSD-style, see `license.txt'";
maintainers = with lib.maintainers; [ astsmtl ];
maintainers = with lib.maintainers; [ astsmtl Luflosi ];
platforms = lib.platforms.linux;
};
}