Merge pull request #84177 from zowoq/team

maintainers/teams: add podman team
This commit is contained in:
Jan Tojnar
2020-04-09 13:57:12 +02:00
committed by GitHub
9 changed files with 19 additions and 9 deletions
+1 -1
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;
};
}