about summary refs log tree commit diff
path: root/pkgs/games/teeworlds
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-01-02 22:54:46 +0100
committerLuflosi <luflosi@luflosi.de>2023-01-24 15:55:20 +0100
commit0289bacdfd818182f465c0176b9ce01b5e876a28 (patch)
tree763b1b77d9845e970c12e2d3f19490acb8af3e24 /pkgs/games/teeworlds
parenteb45a616747157b8e5f0438a14ce6d43972f5327 (diff)
teeworlds: add Luflosi as maintainer
Diffstat (limited to 'pkgs/games/teeworlds')
-rw-r--r--pkgs/games/teeworlds/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index b0a49cc77d1fb..5a7966c441d89 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -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;
   };
 }