From d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Fri, 3 Apr 2020 20:10:47 +1000
Subject: [PATCH] maintainers/teams: add podman team

---
 maintainers/team-list.nix | 9 +++++++++
 1 file changed, 9 insertions(+)

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.";
+  };
 }