podman: update maintainers

wip/yesman
zowoq 4 years ago
parent f85106b3d2
commit edd336f4bb
  1. 2
      pkgs/applications/virtualization/podman/default.nix

@ -41,7 +41,7 @@ buildGoPackage rec {
homepage = "https://podman.io/";
description = "A program for managing pods, containers and container images";
license = licenses.asl20;
maintainers = with maintainers; [ vdemeester saschagrunert marsam ];
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
platforms = platforms.unix;
};
}

Loading…
Cancel
Save