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