runc: update maintainers

This commit is contained in:
zowoq 2020-04-03 20:11:26 +10:00
parent edd336f4bb
commit 163d905305

View File

@ -53,7 +53,7 @@ buildGoPackage rec {
homepage = https://runc.io/; homepage = https://runc.io/;
description = "A CLI tool for spawning and running containers according to the OCI specification"; description = "A CLI tool for spawning and running containers according to the OCI specification";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester saschagrunert ]; maintainers = with maintainers; [ offline ] ++ teams.podman.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }