0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/github-runners: remove newam from maintainers

(cherry picked from commit 69fd74d8fe)
This commit is contained in:
Alex Martens 2024-12-07 08:52:49 -08:00 committed by github-actions[bot]
parent c86b29b4b0
commit 4e163b67e8

View file

@ -6,5 +6,5 @@
./github-runner/service.nix
];
meta.maintainers = with lib.maintainers; [ veehaitch newam ];
meta.maintainers = with lib.maintainers; [ veehaitch ];
}