mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
github-runner: remove newam from maintainers
This commit is contained in:
parent
927501e2d0
commit
80f8973af8
@ -318,7 +318,7 @@ buildDotnetModule rec {
|
||||
description = "Self-hosted runner for GitHub Actions";
|
||||
homepage = "https://github.com/actions/runner";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ veehaitch newam kfollesdal aanderse zimbatm ];
|
||||
maintainers = with maintainers; [ veehaitch kfollesdal aanderse zimbatm ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user