nixos/github-runners: remove newam from maintainers (#362870)

This commit is contained in:
Aleksana 2024-12-08 01:03:11 +08:00 committed by GitHub
commit 86b193aeae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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