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:
06kellyjac 2020-10-22 12:44:18 +01:00
parent 797a3421cd
commit aaa2cf6b26

View file

@ -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 ];
};
}