kube3d: add jk as a maintainer
Add jk (myself) as a maintainer to help keeping kube3d working and up-to-date.
This commit is contained in:
parent
797a3421cd
commit
aaa2cf6b26
|
@ -40,6 +40,6 @@ buildGoModule rec {
|
|||
description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ kuznero jlesquembre ngerstle ];
|
||||
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue