cri-o: update maintainers

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

View File

@ -57,7 +57,7 @@ in buildGoPackage rec {
description = ''Open Container Initiative-based implementation of the
Kubernetes Container Runtime Interface'';
license = licenses.asl20;
maintainers = with maintainers; [ saschagrunert ];
maintainers = with maintainers; [ ] ++ teams.podman.members;
platforms = platforms.linux;
};
}