about summary refs log tree commit diff
path: root/pkgs/development/tools/buildah
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-09 13:57:12 +0200
committerGitHub <noreply@github.com>2020-04-09 13:57:12 +0200
commitbbb299c8e41e5b90b39a048505a8b6c20f4315fb (patch)
treeb45b961a8475319cee269145487a902ec4fdaa5e /pkgs/development/tools/buildah
parent19ac4ae59ae077ea6134ad5c6b25152f000d2ade (diff)
parent4bbd415ddfb245a43415c14197028cadf610fe16 (diff)
downloadnixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar.gz
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar.bz2
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar.lz
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar.xz
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.tar.zst
nixlib-bbb299c8e41e5b90b39a048505a8b6c20f4315fb.zip
Merge pull request #84177 from zowoq/team
maintainers/teams: add podman team 
Diffstat (limited to 'pkgs/development/tools/buildah')
-rw-r--r--pkgs/development/tools/buildah/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix
index 80c2d3625a9a..939f513fa786 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -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;
   };
 }