From 58d6dc335959c035113314efec6ba9699729c207 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Mon, 4 Jan 2021 16:47:09 +0700 Subject: [PATCH] zdbsp: update maintainers --- pkgs/games/zdoom/zdbsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/zdoom/zdbsp.nix b/pkgs/games/zdoom/zdbsp.nix index e45563588b76..3dc523b49855 100644 --- a/pkgs/games/zdoom/zdbsp.nix +++ b/pkgs/games/zdoom/zdbsp.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { description = "ZDoom's internal node builder for DOOM maps"; homepage = "https://zdoom.org/wiki/ZDBSP"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ertes ]; + maintainers = with maintainers; [ lassulus siraben ]; platforms = platforms.unix; }; }