slirp4netns: update maintainers

This commit is contained in:
zowoq 2020-04-03 20:11:28 +10:00
parent ab00d36d27
commit 4bbd415ddf

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rootless-containers/slirp4netns";
description = "User-mode networking for unprivileged network namespaces";
license = licenses.gpl2;
maintainers = with maintainers; [ orivej saschagrunert ];
maintainers = with maintainers; [ orivej ] ++ teams.podman.members;
platforms = platforms.linux;
};
}