mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Remove bachp maintainer from openshift and gitlab-runner (#339336)
This commit is contained in:
commit
0144e93b51
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user