nixos/tests/cri-o: Fix maintainers
This commit is contained in:
parent
e260018f9c
commit
583a4f0275
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# This test runs CRI-O and verifies via critest
|
||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "cri-o";
|
||||
meta.maintainers = with pkgs.lib.maintainers; teams.podman.members;
|
||||
meta.maintainers = with pkgs.lib; teams.podman.members;
|
||||
|
||||
nodes = {
|
||||
crio = {
|
||||
|
|
Loading…
Reference in a new issue