From 465f689e638576140b94aaa87b7a7abc0fbb03b3 Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Sat, 9 Aug 2025 08:41:25 +0200 Subject: [PATCH] treewide: Remove myself as a maintainer from most things --- nixos/modules/services/security/hockeypuck.nix | 2 +- nixos/tests/hockeypuck.nix | 2 +- nixos/tests/jackett.nix | 2 +- nixos/tests/lidarr.nix | 2 +- nixos/tests/radarr.nix | 2 +- nixos/tests/sonarr.nix | 2 +- pkgs/by-name/li/lidarr/package.nix | 2 +- pkgs/by-name/st/stupidterm/package.nix | 2 +- pkgs/by-name/te/testssl/package.nix | 2 +- pkgs/servers/hockeypuck/server.nix | 2 +- pkgs/servers/hockeypuck/web.nix | 2 +- pkgs/servers/web-apps/freshrss/default.nix | 1 - 12 files changed, 11 insertions(+), 12 deletions(-) diff --git a/nixos/modules/services/security/hockeypuck.nix b/nixos/modules/services/security/hockeypuck.nix index 4352241a1ae9..5bfe2a5c1328 100644 --- a/nixos/modules/services/security/hockeypuck.nix +++ b/nixos/modules/services/security/hockeypuck.nix @@ -10,7 +10,7 @@ let settingsFormat = pkgs.formats.toml { }; in { - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; options.services.hockeypuck = { enable = lib.mkEnableOption "Hockeypuck OpenPGP Key Server"; diff --git a/nixos/tests/hockeypuck.nix b/nixos/tests/hockeypuck.nix index d1b5037fbe26..f1609087ac66 100644 --- a/nixos/tests/hockeypuck.nix +++ b/nixos/tests/hockeypuck.nix @@ -25,7 +25,7 @@ let in { name = "hockeypuck"; - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { ... }: diff --git a/nixos/tests/jackett.nix b/nixos/tests/jackett.nix index 9ce8209f49dd..77f05a6bad76 100644 --- a/nixos/tests/jackett.nix +++ b/nixos/tests/jackett.nix @@ -5,7 +5,7 @@ let in { name = "jackett"; - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { pkgs, ... }: diff --git a/nixos/tests/lidarr.nix b/nixos/tests/lidarr.nix index 8f32ce14673f..ee6dd83f38aa 100644 --- a/nixos/tests/lidarr.nix +++ b/nixos/tests/lidarr.nix @@ -2,7 +2,7 @@ { name = "lidarr"; - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { pkgs, ... }: diff --git a/nixos/tests/radarr.nix b/nixos/tests/radarr.nix index 00949dcc7695..dfdf23582354 100644 --- a/nixos/tests/radarr.nix +++ b/nixos/tests/radarr.nix @@ -2,7 +2,7 @@ { name = "radarr"; - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { pkgs, ... }: diff --git a/nixos/tests/sonarr.nix b/nixos/tests/sonarr.nix index 44dcaf3c893a..7205a5f640ef 100644 --- a/nixos/tests/sonarr.nix +++ b/nixos/tests/sonarr.nix @@ -2,7 +2,7 @@ { name = "sonarr"; - meta.maintainers = with lib.maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { pkgs, ... }: diff --git a/pkgs/by-name/li/lidarr/package.nix b/pkgs/by-name/li/lidarr/package.nix index 0a21e62a45dd..8c6e13698666 100644 --- a/pkgs/by-name/li/lidarr/package.nix +++ b/pkgs/by-name/li/lidarr/package.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation rec { description = "Usenet/BitTorrent music downloader"; homepage = "https://lidarr.audio/"; license = licenses.gpl3; - maintainers = [ maintainers.etu ]; + maintainers = [ ]; mainProgram = "Lidarr"; platforms = [ "x86_64-linux" diff --git a/pkgs/by-name/st/stupidterm/package.nix b/pkgs/by-name/st/stupidterm/package.nix index 7d82681b92df..c39e182127ab 100644 --- a/pkgs/by-name/st/stupidterm/package.nix +++ b/pkgs/by-name/st/stupidterm/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation { description = "Simple wrapper around the VTE terminal emulator widget for GTK"; homepage = "https://github.com/esmil/stupidterm"; license = licenses.lgpl3Plus; - maintainers = [ maintainers.etu ]; + maintainers = [ ]; platforms = platforms.linux; mainProgram = "stupidterm"; }; diff --git a/pkgs/by-name/te/testssl/package.nix b/pkgs/by-name/te/testssl/package.nix index 929940124146..994ed20c04f0 100644 --- a/pkgs/by-name/te/testssl/package.nix +++ b/pkgs/by-name/te/testssl/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://testssl.sh/"; license = licenses.gpl2Only; - maintainers = with maintainers; [ etu ]; + maintainers = with maintainers; [ ]; mainProgram = "testssl.sh"; }; } diff --git a/pkgs/servers/hockeypuck/server.nix b/pkgs/servers/hockeypuck/server.nix index deb5a52ee200..ab031dd2c96f 100644 --- a/pkgs/servers/hockeypuck/server.nix +++ b/pkgs/servers/hockeypuck/server.nix @@ -21,6 +21,6 @@ buildGoModule { description = "OpenPGP Key Server"; homepage = "https://github.com/hockeypuck/hockeypuck"; license = licenses.agpl3Plus; - maintainers = [ maintainers.etu ]; + maintainers = [ ]; }; } diff --git a/pkgs/servers/hockeypuck/web.nix b/pkgs/servers/hockeypuck/web.nix index 2d6a75975ad4..a2f35a4d0cdb 100644 --- a/pkgs/servers/hockeypuck/web.nix +++ b/pkgs/servers/hockeypuck/web.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation { description = "OpenPGP Key Server web resources"; homepage = "https://github.com/hockeypuck/hockeypuck"; license = licenses.gpl3Plus; - maintainers = [ maintainers.etu ]; + maintainers = [ ]; }; } diff --git a/pkgs/servers/web-apps/freshrss/default.nix b/pkgs/servers/web-apps/freshrss/default.nix index 7b4f54db4dd0..24ce7ec4bda7 100644 --- a/pkgs/servers/web-apps/freshrss/default.nix +++ b/pkgs/servers/web-apps/freshrss/default.nix @@ -53,7 +53,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://www.freshrss.org/"; license = licenses.agpl3Plus; maintainers = with maintainers; [ - etu stunkymonkey ]; };