civo: remove berryp from maintainers

This commit is contained in:
Berry Phillips
2024-07-23 11:13:15 +09:00
committed by GitHub
parent eb846f47bd
commit cd6e4a6457
@@ -42,6 +42,6 @@ buildGoModule rec {
mainProgram = "civo";
homepage = "https://github.com/civo/cli";
license = licenses.asl20;
maintainers = with maintainers; [ berryp ];
maintainers = with maintainers; [ ];
};
}