cri-tools: update maintainers

This commit is contained in:
zowoq 2020-04-24 08:07:39 +10:00
parent e3025ca128
commit d8e8169bb0

View file

@ -21,6 +21,6 @@ buildGoPackage rec {
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
homepage = "https://github.com/kubernetes-sigs/cri-tools";
license = lib.licenses.asl20;
maintainers = with maintainers; [ saschagrunert ];
maintainers = with maintainers; [ ] ++ teams.podman.members;
};
}