libwpe: Remove webkitgtk maintainers from meta

WebkitGTK no longer uses this.
This commit is contained in:
Jan Tojnar 2024-05-19 19:46:39 +02:00
parent 9be022d127
commit 8100c1c994

View File

@ -7,7 +7,6 @@
, libGL
, ninja
, libX11
, webkitgtk
}:
stdenv.mkDerivation rec {
@ -35,7 +34,7 @@ stdenv.mkDerivation rec {
description = "General-purpose library for WPE WebKit";
license = licenses.bsd2;
homepage = "https://wpewebkit.org";
maintainers = webkitgtk.meta.maintainers ++ (with maintainers; [ matthewbauer ]);
maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.linux;
};
}