mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
nixos/cri-o: update maintainers
This commit is contained in:
parent
ebedb915c2
commit
4484e7981e
@ -6,6 +6,10 @@ let
|
||||
cfg = config.virtualisation.cri-o;
|
||||
in
|
||||
{
|
||||
meta = {
|
||||
maintainers = lib.teams.podman.members;
|
||||
};
|
||||
|
||||
options.virtualisation.cri-o = {
|
||||
enable = mkEnableOption "Container Runtime Interface for OCI (CRI-O)";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user