tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hetzner-kube: add myself (`eliasp`) as maintainer
Elias Probst
7 years ago
20f096a8
0d8fccaf
+6
-1
2 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
applications
networking
cluster
hetzner-kube
default.nix
+5
maintainers/maintainer-list.nix
···
1144
github = "proteansec";
1145
name = "Dejan Lukan";
1146
};
0
0
0
0
0
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
}