1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

xonsh: remove AndersonTorres from meta.maintainers

Since I can't keep this.
This commit is contained in:
Anderson Torres 2024-07-05 08:45:12 -03:00
parent 8a0c6be458
commit 5e65c02699

View file

@ -111,7 +111,7 @@ let
changelog = "https://github.com/xonsh/xonsh/raw/main/CHANGELOG.rst"; changelog = "https://github.com/xonsh/xonsh/raw/main/CHANGELOG.rst";
license = with lib.licenses; [ bsd3 ]; license = with lib.licenses; [ bsd3 ];
mainProgram = "xonsh"; mainProgram = "xonsh";
maintainers = with lib.maintainers; [ AndersonTorres samlukeyes123 ]; maintainers = with lib.maintainers; [ samlukeyes123 ];
}; };
}; };
in in