civo: add rytswd as maintainer; update gpg key for rytswd (#374587)

This commit is contained in:
Donovan Glover
2025-01-20 12:19:34 +00:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -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";
+6 -3
View File
@@ -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
];
};
}