Skip to content

Commit

Permalink
civo: add rytswd as maintainer; update gpg key for rytswd (#374587)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 20, 2025
2 parents e6cb9d2 + 871979a commit 4a68054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20194,7 +20194,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
];
};
}

0 comments on commit 4a68054

Please sign in to comment.