From 0289bacdfd818182f465c0176b9ce01b5e876a28 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 2 Jan 2023 22:54:46 +0100 Subject: [PATCH] teeworlds: add Luflosi as maintainer --- pkgs/games/teeworlds/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix index b0a49cc77d1f..5a7966c441d8 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; }; }