diff --git a/pkgs/applications/editors/gedit/default.nix b/pkgs/applications/editors/gedit/default.nix index 3d79656d2582..a7afca46ee6c 100644 --- a/pkgs/applications/editors/gedit/default.nix +++ b/pkgs/applications/editors/gedit/default.nix @@ -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; };