summaryrefslogtreecommitdiffstats
path: root/maintainers
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-04-03 20:10:47 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-04-03 20:37:53 +1000
commitd2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9 (patch)
tree4f6d0730e68aacfdafb6f6195da2c2df0ac35173 /maintainers
parent33157673f45d31d10cdedcb6a7194e01fe651cca (diff)
maintainers/teams: add podman team
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 1d8b291978b3..7efff7f45eca 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -30,4 +30,13 @@ with lib.maintainers; {
];
scope = "Maintain GNOME desktop environment and platform.";
};
+
+ podman = {
+ members = [
+ saschagrunert
+ vdemeester
+ zowoq
+ ];
+ scope = "Maintain podman related packages.";
+ };
}