Remove bachp maintainer from openshift and gitlab-runner (#339336)

This commit is contained in:
éclairevoyant 2024-09-04 02:34:31 +00:00 committed by GitHub
commit 0144e93b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ buildGoModule rec {
description = "Build, deploy, and manage your applications with Docker and Kubernetes";
homepage = "http://www.openshift.org";
license = licenses.asl20;
maintainers = with maintainers; [ offline bachp moretea stehessel ];
maintainers = with maintainers; [ offline moretea stehessel ];
mainProgram = "oc";
};
}

View File

@ -70,6 +70,6 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://docs.gitlab.com/runner/";
platforms = platforms.unix ++ platforms.darwin;
maintainers = with maintainers; [ bachp zimbatm ] ++ teams.gitlab.members;
maintainers = with maintainers; [ zimbatm ] ++ teams.gitlab.members;
};
}