summary refs log tree commit diff
path: root/pkgs/development/libraries/libhttpseverywhere
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/libhttpseverywhere
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/libhttpseverywhere')
-rw-r--r--pkgs/development/libraries/libhttpseverywhere/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libhttpseverywhere/default.nix b/pkgs/development/libraries/libhttpseverywhere/default.nix
index c58812eca58..3d7784979e3 100644
--- a/pkgs/development/libraries/libhttpseverywhere/default.nix
+++ b/pkgs/development/libraries/libhttpseverywhere/default.nix
@@ -44,6 +44,6 @@ in stdenv.mkDerivation rec {
     homepage = https://gitlab.gnome.org/GNOME/libhttpseverywhere;
     license = licenses.lgpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ sternenseemann ] ++ gnome3.maintainers;
+    maintainers = with maintainers; [ sternenseemann ] ++ teams.gnome.members;
   };
 }