about summary refs log tree commit diff
path: root/pkgs/development/libraries/graphene
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-05-07 15:23:50 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit04202827802915dc753a759c0074dc3d7f7d8319 (patch)
treece2acd8990e9dc76ab4c59d926fae4302cd99836 /pkgs/development/libraries/graphene
parent9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (diff)
treewide maintainers: add teams.{freedesktop,gnome}
Diffstat (limited to 'pkgs/development/libraries/graphene')
-rw-r--r--pkgs/development/libraries/graphene/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/graphene/default.nix b/pkgs/development/libraries/graphene/default.nix
index d3694700baf54..b1b27a3d29809 100644
--- a/pkgs/development/libraries/graphene/default.nix
+++ b/pkgs/development/libraries/graphene/default.nix
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
     description = "A thin layer of graphic data types";
     homepage = "https://ebassi.github.com/graphene";
     license = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = teams.gnome.members ++ (with maintainers; [ ]);
     platforms = platforms.unix;
   };
 }