civo: add rytswd as maintainer

This commit is contained in:
Ryota
2025-01-19 00:59:09 +00:00
parent 411f7cdb55
commit 871979afba
+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
];
};
}