summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/touchegg
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/tools/inputmethods/touchegg
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/tools/inputmethods/touchegg')
-rw-r--r--pkgs/tools/inputmethods/touchegg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/touchegg/default.nix b/pkgs/tools/inputmethods/touchegg/default.nix
index d1df3219954..69d05ceaed1 100644
--- a/pkgs/tools/inputmethods/touchegg/default.nix
+++ b/pkgs/tools/inputmethods/touchegg/default.nix
@@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
     description = "Linux multi-touch gesture recognizer";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = pantheon.maintainers;
+    maintainers = teams.pantheon.members;
   };
 }