summary refs log tree commit diff
path: root/pkgs/development/tools/profiling
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/tools/profiling
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/tools/profiling')
-rw-r--r--pkgs/development/tools/profiling/sysprof/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/profiling/sysprof/default.nix b/pkgs/development/tools/profiling/sysprof/default.nix
index da2043c5bd7..85ebf3d0dc2 100644
--- a/pkgs/development/tools/profiling/sysprof/default.nix
+++ b/pkgs/development/tools/profiling/sysprof/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
       be restarted.
     '';
     license = licenses.gpl2Plus;
-    maintainers = gnome3.maintainers;
+    maintainers = teams.gnome.members;
     platforms = platforms.linux;
   };
 }