civo: add techknowlogick as maintainer

This commit is contained in:
techknowlogick 2024-08-01 13:08:04 -04:00
parent fc27807b85
commit cc831e8037

View File

@ -42,6 +42,6 @@ buildGoModule rec {
mainProgram = "civo";
homepage = "https://github.com/civo/cli";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [ techknowlogick ];
};
}