gedit: Remove maintainers

The GNOME team should focus on official apps.
This commit is contained in:
Jan Tojnar 2023-07-05 03:07:33 +02:00
parent 6bbcd65c44
commit 0201ef3c15

View File

@ -91,8 +91,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Gedit";
description = "Official text editor of the GNOME desktop environment";
maintainers = teams.gnome.members;
description = "Former GNOME text editor";
maintainers = [ ];
license = licenses.gpl2Plus;
platforms = platforms.unix;
};