buildah: update maintainers

This commit is contained in:
zowoq
2020-04-03 20:37:59 +10:00
parent 163d905305
commit 2af7c9cfae
+1 -1
View File
@@ -39,6 +39,6 @@ buildGoPackage rec {
homepage = "https://buildah.io/"; homepage = "https://buildah.io/";
changelog = "https://github.com/containers/buildah/releases/tag/v${version}"; changelog = "https://github.com/containers/buildah/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Profpatsch vdemeester saschagrunert ]; maintainers = with maintainers; [ Profpatsch ] ++ teams.podman.members;
}; };
} }