Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rytswd as Civo CLI maintainer; update gpg key for rytswd #374587

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20162,7 +20162,7 @@
github = "rytswd";
githubId = 23435099;
name = "Ryota";
keys = [ { fingerprint = "537E 712F 0EC3 91C2 B47F 56E2 EB5D 1A84 5333 43BB"; } ];
keys = [ { fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4"; } ];
};
ryze = {
name = "Ryze";
Expand Down
9 changes: 6 additions & 3 deletions pkgs/by-name/ci/civo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
}