From 9a3b2347ee54aa83088a971ae8b16f8dcb305117 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sat, 4 Jul 2026 15:52:06 +0100 Subject: [PATCH] treewide: remove danth from some targets I currently have a large backlog of notifications, and do not have time to maintain these in addition to being a core maintainer. Chromium is very simple and should be easy for anyone interested to pick up. The upstream documentation is [here](https://chromeenterprise.google/policies/). Eye of GNOME has largely been replaced by Loupe, so it is unlikely to need further maintenance. I will continue to maintain GNOME and GTK since I have several ongoing pull requests, plus the procedure for updating GNOME is not well documented. All other targets I have dropped have at least one other maintainer. --- modules/chromium/meta.nix | 2 +- modules/eog/meta.nix | 2 +- modules/firefox/meta.nix | 1 - modules/plymouth/meta.nix | 5 +---- modules/vscode/meta.nix | 5 +---- 5 files changed, 4 insertions(+), 11 deletions(-) diff --git a/modules/chromium/meta.nix b/modules/chromium/meta.nix index 2b5039b96..82d7f3f97 100644 --- a/modules/chromium/meta.nix +++ b/modules/chromium/meta.nix @@ -2,5 +2,5 @@ { name = "Chromium"; homepage = "https://www.chromium.org"; - maintainers = [ lib.maintainers.danth ]; + maintainers = [ ]; } diff --git a/modules/eog/meta.nix b/modules/eog/meta.nix index d3b473281..d54307ed5 100644 --- a/modules/eog/meta.nix +++ b/modules/eog/meta.nix @@ -2,5 +2,5 @@ { name = "Eye of GNOME"; homepage = "https://gitlab.gnome.org/GNOME/eog"; - maintainers = [ lib.maintainers.danth ]; + maintainers = [ ]; } diff --git a/modules/firefox/meta.nix b/modules/firefox/meta.nix index 6444bc0e6..d86edbc07 100644 --- a/modules/firefox/meta.nix +++ b/modules/firefox/meta.nix @@ -8,7 +8,6 @@ }; maintainers = with lib.maintainers; [ Flameopathic - danth noahbiewesch ]; description = '' diff --git a/modules/plymouth/meta.nix b/modules/plymouth/meta.nix index 3eb3475c8..5ffb803a1 100644 --- a/modules/plymouth/meta.nix +++ b/modules/plymouth/meta.nix @@ -2,8 +2,5 @@ { name = "Plymouth"; homepage = "https://www.freedesktop.org/wiki/Software/Plymouth"; - maintainers = with lib.maintainers; [ - _0x5a4 - danth - ]; + maintainers = with lib.maintainers; [ _0x5a4 ]; } diff --git a/modules/vscode/meta.nix b/modules/vscode/meta.nix index a9de66117..8bc975e6f 100644 --- a/modules/vscode/meta.nix +++ b/modules/vscode/meta.nix @@ -2,10 +2,7 @@ { name = "VSCode"; homepage = "https://code.visualstudio.com"; - maintainers = with lib.maintainers; [ - Flameopathic - danth - ]; + maintainers = with lib.maintainers; [ Flameopathic ]; description = '' When theming is enabled for VSCode, Stylix will create and apply its own VSCode theme, as well as configure settings concerning fonts.