webkitgtk: add gnome3 maintainers

This commit is contained in:
worldofpeace 2019-12-10 23:38:55 -05:00
parent ed3ffa197d
commit c2ba06d09f

View file

@ -50,6 +50,7 @@
, libseccomp
, xdg-dbus-proxy
, substituteAll
, gnome3
}:
assert enableGeoLocation -> geoclue2 != null;
@ -168,6 +169,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.linux;
hydraPlatforms = [];
maintainers = with maintainers; [];
maintainers = gnome3.maintainers;
};
}