summary refs log tree commit diff
path: root/maintainers/team-list.nix
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/team-list.nix
parent33157673f45d31d10cdedcb6a7194e01fe651cca (diff)
downloadnixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar.gz
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar.bz2
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar.lz
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar.xz
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.tar.zst
nixpkgs-d2556f0a95cdd2a981e80e1d94f9ba9e6a3dccb9.zip
maintainers/teams: add podman team
Diffstat (limited to 'maintainers/team-list.nix')
-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 1d8b291978b..7efff7f45ec 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.";
+  };
 }