civo: add rytswd as maintainer; update gpg key for rytswd (#374587)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user