mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Remove bachp maintainer from openshift and gitlab-runner (#339336)
This commit is contained in:
commit
0144e93b51
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue