buildah: update maintainers

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

View file

@ -39,6 +39,6 @@ buildGoPackage rec {
homepage = "https://buildah.io/";
changelog = "https://github.com/containers/buildah/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ Profpatsch vdemeester saschagrunert ];
maintainers = with maintainers; [ Profpatsch ] ++ teams.podman.members;
};
}