From cbc8441e0fd70f4bdf92c52ec0712d2944516903 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 17 Nov 2024 23:39:27 -0300 Subject: [PATCH] hax11: remove AndersonTorres as maintainer --- pkgs/by-name/ha/hax11/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ha/hax11/package.nix b/pkgs/by-name/ha/hax11/package.nix index ea867bdf706e..ee90eb0e727f 100644 --- a/pkgs/by-name/ha/hax11/package.nix +++ b/pkgs/by-name/ha/hax11/package.nix @@ -44,7 +44,7 @@ multiStdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/CyberShadow/hax11"; description = "Hackbrary to Hook and Augment X11 protocol calls"; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ AndersonTorres cybershadow ]; + maintainers = with lib.maintainers; [ cybershadow ]; platforms = lib.platforms.linux; }; })