hetzner-kube: add myself (eliasp
) as maintainer
This commit is contained in:
parent
0d8fccafef
commit
20f096a8a1
@ -1144,6 +1144,11 @@
|
|||||||
github = "proteansec";
|
github = "proteansec";
|
||||||
name = "Dejan Lukan";
|
name = "Dejan Lukan";
|
||||||
};
|
};
|
||||||
|
eliasp = {
|
||||||
|
email = "mail@eliasprobst.eu";
|
||||||
|
github = "eliasp";
|
||||||
|
name = "Elias Probst";
|
||||||
|
};
|
||||||
elijahcaine = {
|
elijahcaine = {
|
||||||
email = "elijahcainemv@gmail.com";
|
email = "elijahcainemv@gmail.com";
|
||||||
github = "pop";
|
github = "pop";
|
||||||
|
@ -18,7 +18,7 @@ buildGoPackage {
|
|||||||
description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud";
|
description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud";
|
||||||
homepage = https://github.com/xetys/hetzner-kube;
|
homepage = https://github.com/xetys/hetzner-kube;
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ eliasp ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user