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