From 0201ef3c15dbdf776b7b94cc3d2035ef34b7aca3 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 5 Jul 2023 03:07:33 +0200 Subject: [PATCH] gedit: Remove maintainers The GNOME team should focus on official apps. --- pkgs/applications/editors/gedit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };