runc: update maintainers

wip/yesman
zowoq 4 years ago
parent edd336f4bb
commit 163d905305
  1. 2
      pkgs/applications/virtualization/runc/default.nix

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

Loading…
Cancel
Save