mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #268103 from netthier/maintainer-kluctl
kluctl: add netthier as maintainer
This commit is contained in:
commit
1860e777ae
@ -12758,6 +12758,12 @@
|
||||
githubId = 13920346;
|
||||
name = "Sébastien Iooss";
|
||||
};
|
||||
netthier = {
|
||||
email = "netthier@proton.me";
|
||||
name = "nett_hier";
|
||||
github = "netthier";
|
||||
githubId = 66856670;
|
||||
};
|
||||
networkexception = {
|
||||
name = "networkException";
|
||||
email = "nix@nwex.de";
|
||||
|
@ -33,6 +33,6 @@ buildGoModule rec {
|
||||
description = "The missing glue to put together large Kubernetes deployments";
|
||||
homepage = "https://kluctl.io/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
maintainers = with maintainers; [ sikmir netthier ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user