tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kluctl: add netthier to maintainers
netthier
2 years ago
2a608915
fbab678a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
kluctl
default.nix
+1
-1
pkgs/applications/networking/cluster/kluctl/default.nix
···
33
description = "The missing glue to put together large Kubernetes deployments";
34
homepage = "https://kluctl.io/";
35
license = licenses.asl20;
36
-
maintainers = with maintainers; [ sikmir ];
37
};
38
}
···
33
description = "The missing glue to put together large Kubernetes deployments";
34
homepage = "https://kluctl.io/";
35
license = licenses.asl20;
36
+
maintainers = with maintainers; [ sikmir netthier ];
37
};
38
}