hcloud: add techknowlogick to maintainers

This commit is contained in:
techknowlogick 2023-10-24 02:34:00 -04:00
parent 2a1ccbcb86
commit 7558508c8f

View File

@ -32,11 +32,11 @@ buildGoModule rec {
done
'';
meta = {
meta = with lib; {
changelog = "https://github.com/hetznercloud/cli/releases/tag/v${version}";
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
homepage = "https://github.com/hetznercloud/cli";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.zauberpony ];
license = licenses.mit;
maintainers = with maintainers; [ zauberpony techknowlogick ];
};
}