openshift: remove bachp as maintainer

This commit is contained in:
Pascal Bach 2024-09-03 22:01:46 +02:00
parent 9155ee1f34
commit 458e48eb51

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";
};
}