summary refs log tree commit diff
path: root/pkgs/development/tools/buildah/default.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-04-03 20:11:26 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-04-03 20:37:59 +1000
commit2af7c9cfae3c540e157bbe2c80972b909b323590 (patch)
treea4ba715c067d01ebfc79f8a50fae884920cd3baa /pkgs/development/tools/buildah/default.nix
parent163d90530578639287eda04b07bd1173eed3ba70 (diff)
downloadnixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar.gz
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar.bz2
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar.lz
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar.xz
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.tar.zst
nixpkgs-2af7c9cfae3c540e157bbe2c80972b909b323590.zip
buildah: update maintainers
Diffstat (limited to 'pkgs/development/tools/buildah/default.nix')
-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 6f207ee4f5f..4d2bbb12ace 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;
   };
 }