1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

cni-plugins: update maintainers

This commit is contained in:
zowoq 2020-04-24 08:07:38 +10:00
parent 4484e7981e
commit b1138cc386

View file

@ -37,6 +37,6 @@ buildGoPackage rec {
homepage = "https://github.com/containernetworking/plugins";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan saschagrunert ];
maintainers = with maintainers; [ cstrahan ] ++ teams.podman.members;
};
}