mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/cri-o: update maintainers
This commit is contained in:
parent
ebedb915c2
commit
4484e7981e
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue