summary refs log tree commit diff
path: root/pkgs/development/libraries/gexiv2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gexiv2/default.nix')
-rw-r--r--pkgs/development/libraries/gexiv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gexiv2/default.nix b/pkgs/development/libraries/gexiv2/default.nix
index 7203f8531c2..7e447a434e4 100644
--- a/pkgs/development/libraries/gexiv2/default.nix
+++ b/pkgs/development/libraries/gexiv2/default.nix
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
     description = "GObject wrapper around the Exiv2 photo metadata library";
     license = licenses.gpl2;
     platforms = platforms.unix;
-    maintainers = gnome3.maintainers;
+    maintainers = teams.gnome.members;
   };
 }