hetzner-kube: add myself (`eliasp`) as maintainer

+6 -1
+5
maintainers/maintainer-list.nix
··· 1144 github = "proteansec"; 1145 name = "Dejan Lukan"; 1146 }; 1147 elijahcaine = { 1148 email = "elijahcainemv@gmail.com"; 1149 github = "pop";
··· 1144 github = "proteansec"; 1145 name = "Dejan Lukan"; 1146 }; 1147 + eliasp = { 1148 + email = "mail@eliasprobst.eu"; 1149 + github = "eliasp"; 1150 + name = "Elias Probst"; 1151 + }; 1152 elijahcaine = { 1153 email = "elijahcainemv@gmail.com"; 1154 github = "pop";
+1 -1
pkgs/applications/networking/cluster/hetzner-kube/default.nix
··· 18 description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud"; 19 homepage = https://github.com/xetys/hetzner-kube; 20 license = lib.licenses.asl20; 21 - maintainers = with lib.maintainers; [ ]; 22 platforms = lib.platforms.unix; 23 }; 24 }
··· 18 description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud"; 19 homepage = https://github.com/xetys/hetzner-kube; 20 license = lib.licenses.asl20; 21 + maintainers = with lib.maintainers; [ eliasp ]; 22 platforms = lib.platforms.unix; 23 }; 24 }