nixos/cri-o: update maintainers
This commit is contained in:
parent
ebedb915c2
commit
4484e7981e
@ -6,6 +6,10 @@ let
|
|||||||
cfg = config.virtualisation.cri-o;
|
cfg = config.virtualisation.cri-o;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
meta = {
|
||||||
|
maintainers = lib.teams.podman.members;
|
||||||
|
};
|
||||||
|
|
||||||
options.virtualisation.cri-o = {
|
options.virtualisation.cri-o = {
|
||||||
enable = mkEnableOption "Container Runtime Interface for OCI (CRI-O)";
|
enable = mkEnableOption "Container Runtime Interface for OCI (CRI-O)";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user