Unverified Commit 7d8a76a8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

github-runner: remove newam from maintainers (#339979)

parents b2b9d8c1 80f8973a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };