Unverified Commit 4a680543 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

parents e6cb9d2c 871979af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
    ];
  };
}