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
+9
View File
@@ -30,4 +30,13 @@ with lib.maintainers; {
];
scope = "Maintain GNOME desktop environment and platform.";
};
podman = {
members = [
saschagrunert
vdemeester
zowoq
];
scope = "Maintain podman related packages.";
};
}