Unverified Commit 871979af authored by Ryota's avatar Ryota
Browse files

civo: add rytswd as maintainer

parent 411f7cdb
Loading
Loading
Loading
Loading
+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
    ];
  };
}