civo: add rytswd as maintainer
This commit is contained in:
@@ -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