From cd6e4a6457e8989e07a7ffa97138f101ac3a01d3 Mon Sep 17 00:00:00 2001 From: Berry Phillips Date: Tue, 23 Jul 2024 11:13:15 +0900 Subject: [PATCH] civo: remove berryp from maintainers --- pkgs/applications/networking/cluster/civo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/civo/default.nix b/pkgs/applications/networking/cluster/civo/default.nix index 1e2e220437fe..0c676bed1c0b 100644 --- a/pkgs/applications/networking/cluster/civo/default.nix +++ b/pkgs/applications/networking/cluster/civo/default.nix @@ -42,6 +42,6 @@ buildGoModule rec { mainProgram = "civo"; homepage = "https://github.com/civo/cli"; license = licenses.asl20; - maintainers = with maintainers; [ berryp ]; + maintainers = with maintainers; [ ]; }; }