summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/mutter
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-18 23:00:51 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 23:07:00 +0800
commit0fd8cc390806ef15ded043e729816faa277120af (patch)
treef34347ae9d21200e00303563fd7eca4504e8afeb /pkgs/desktops/gnome/core/mutter
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
downloadnixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.gz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.bz2
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.lz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.xz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.zst
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.zip
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/desktops/gnome/core/mutter')
-rw-r--r--pkgs/desktops/gnome/core/mutter/3.38/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/core/mutter/3.38/default.nix b/pkgs/desktops/gnome/core/mutter/3.38/default.nix
index 2d3f9f7bb75..3c2d30b813b 100644
--- a/pkgs/desktops/gnome/core/mutter/3.38/default.nix
+++ b/pkgs/desktops/gnome/core/mutter/3.38/default.nix
@@ -157,7 +157,7 @@ let self = stdenv.mkDerivation rec {
     description = "A window manager for GNOME";
     homepage = "https://gitlab.gnome.org/GNOME/mutter";
     license = licenses.gpl2Plus;
-    maintainers = pantheon.maintainers;
+    maintainers = teams.pantheon.members;
     platforms = platforms.linux;
   };
 };