summary refs log tree commit diff
path: root/pkgs/development/libraries/at-spi2-core
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-01 14:40:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-01 14:41:43 +0200
commit15002f1cfd5bc9f8c0e089e0d6c69de8204382f3 (patch)
tree88d975be4609a154b6f8b0e66e6ab12ad3df558f /pkgs/development/libraries/at-spi2-core
parentdbb4a47de04bb02e8a96c9ac16d53ecca61cab22 (diff)
downloadnixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.gz
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.bz2
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.lz
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.xz
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.zst
nixpkgs-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.zip
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
Diffstat (limited to 'pkgs/development/libraries/at-spi2-core')
-rw-r--r--pkgs/development/libraries/at-spi2-core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix
index 93e06e8be70..6914877b4f7 100644
--- a/pkgs/development/libraries/at-spi2-core/default.nix
+++ b/pkgs/development/libraries/at-spi2-core/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     description = "Assistive Technology Service Provider Interface protocol definitions and daemon for D-Bus";
     homepage = https://gitlab.gnome.org/GNOME/at-spi2-core;
     license = licenses.lgpl21Plus;
-    maintainers = gnome3.maintainers;
+    maintainers = teams.gnome.members;
     platforms = platforms.unix;
   };
 }