From 369e2d976d862491dbe525744b1c9c5ad4660d55 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 11 Aug 2024 23:32:50 +0200 Subject: [PATCH] gtkhtml: Unmaintain This is dead and probably insecure. --- pkgs/by-name/gt/gtkhtml/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gt/gtkhtml/package.nix b/pkgs/by-name/gt/gtkhtml/package.nix index 9fc4c38790e3..0820e69d85a9 100644 --- a/pkgs/by-name/gt/gtkhtml/package.nix +++ b/pkgs/by-name/gt/gtkhtml/package.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { meta = with lib; { platforms = platforms.linux; - maintainers = teams.gnome.members; + maintainers = [ ]; }; }