Loading pkgs/by-name/ci/civo/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -42,11 +42,14 @@ buildGoModule rec { --zsh <($out/bin/civo completion zsh) ''; meta = with lib; { meta = { description = "CLI for interacting with Civo resources"; mainProgram = "civo"; homepage = "https://github.com/civo/cli"; license = licenses.asl20; maintainers = with maintainers; [ techknowlogick ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ techknowlogick rytswd ]; }; } Loading
pkgs/by-name/ci/civo/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -42,11 +42,14 @@ buildGoModule rec { --zsh <($out/bin/civo completion zsh) ''; meta = with lib; { meta = { description = "CLI for interacting with Civo resources"; mainProgram = "civo"; homepage = "https://github.com/civo/cli"; license = licenses.asl20; maintainers = with maintainers; [ techknowlogick ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ techknowlogick rytswd ]; }; }