From 4146e6ea38a0ac1994ddedd85d265cb9b1755aa1 Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 22 Apr 2024 19:19:01 +0300 Subject: [PATCH 1/5] gotosocial: remove misuzu from maintainers --- nixos/modules/services/web-apps/gotosocial.nix | 2 +- nixos/tests/web-apps/gotosocial.nix | 2 +- pkgs/servers/gotosocial/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/web-apps/gotosocial.nix b/nixos/modules/services/web-apps/gotosocial.nix index 8e0e1ad76521..aee1edf66a6a 100644 --- a/nixos/modules/services/web-apps/gotosocial.nix +++ b/nixos/modules/services/web-apps/gotosocial.nix @@ -27,7 +27,7 @@ let in { meta.doc = ./gotosocial.md; - meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; + meta.maintainers = with lib.maintainers; [ blakesmith ]; options.services.gotosocial = { enable = lib.mkEnableOption "ActivityPub social network server"; diff --git a/nixos/tests/web-apps/gotosocial.nix b/nixos/tests/web-apps/gotosocial.nix index 8c4e76b14e3b..f9d28c2b8b99 100644 --- a/nixos/tests/web-apps/gotosocial.nix +++ b/nixos/tests/web-apps/gotosocial.nix @@ -1,7 +1,7 @@ { lib, ... }: { name = "gotosocial"; - meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; + meta.maintainers = with lib.maintainers; [ blakesmith ]; nodes.machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.jq ]; diff --git a/pkgs/servers/gotosocial/default.nix b/pkgs/servers/gotosocial/default.nix index 58e916d625f8..190cb8cc69a4 100644 --- a/pkgs/servers/gotosocial/default.nix +++ b/pkgs/servers/gotosocial/default.nix @@ -69,7 +69,7 @@ buildGoModule rec { advertised to! A light-weight alternative to Mastodon and Pleroma, with support for clients! ''; - maintainers = with maintainers; [ misuzu blakesmith ]; + maintainers = with maintainers; [ blakesmith ]; license = licenses.agpl3Only; }; } From 1c99cea68492485523b81c0e1a7a5f802d266c46 Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 22 Apr 2024 19:19:48 +0300 Subject: [PATCH 2/5] castopod: remove misuzu from maintainers --- nixos/modules/services/web-apps/castopod.nix | 2 +- nixos/tests/castopod.nix | 2 +- pkgs/applications/audio/castopod/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/web-apps/castopod.nix b/nixos/modules/services/web-apps/castopod.nix index 69ee670276a7..d3750c3dd393 100644 --- a/nixos/modules/services/web-apps/castopod.nix +++ b/nixos/modules/services/web-apps/castopod.nix @@ -17,7 +17,7 @@ let in { meta.doc = ./castopod.md; - meta.maintainers = with lib.maintainers; [ alexoundos misuzu ]; + meta.maintainers = with lib.maintainers; [ alexoundos ]; options.services = { castopod = { diff --git a/nixos/tests/castopod.nix b/nixos/tests/castopod.nix index 29bf8e8cacd8..3257cd3d363c 100644 --- a/nixos/tests/castopod.nix +++ b/nixos/tests/castopod.nix @@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { name = "castopod"; meta = with lib.maintainers; { - maintainers = [ alexoundos misuzu ]; + maintainers = [ alexoundos ]; }; nodes.castopod = { nodes, ... }: { diff --git a/pkgs/applications/audio/castopod/default.nix b/pkgs/applications/audio/castopod/default.nix index 13bb4afe8e2d..bd66a6835562 100644 --- a/pkgs/applications/audio/castopod/default.nix +++ b/pkgs/applications/audio/castopod/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation { description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience"; homepage = "https://castopod.org"; license = licenses.agpl3Only; - maintainers = with maintainers; [ alexoundos misuzu ]; + maintainers = with maintainers; [ alexoundos ]; platforms = platforms.all; }; } From 87d69c35a0177cc463ac2707c0150cad338382b1 Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 22 Apr 2024 19:20:54 +0300 Subject: [PATCH 3/5] swapspace: remove misuzu from maintainers --- pkgs/tools/admin/swapspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/swapspace/default.nix b/pkgs/tools/admin/swapspace/default.nix index 27ec7f31f891..fa379e6a2d28 100644 --- a/pkgs/tools/admin/swapspace/default.nix +++ b/pkgs/tools/admin/swapspace/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Tookmund/Swapspace"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ misuzu Luflosi ]; + maintainers = with maintainers; [ Luflosi ]; mainProgram = "swapspace"; }; } From f27ca3c328f623799fab181a7a6c052eb9414101 Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 22 Apr 2024 19:21:43 +0300 Subject: [PATCH 4/5] psi-plus: remove misuzu from maintainers --- .../networking/instant-messengers/psi-plus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix index 295f92b9ef9a..519c2a0b66ec 100644 --- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix +++ b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix @@ -100,7 +100,7 @@ mkDerivation rec { homepage = "https://psi-plus.com"; description = "XMPP (Jabber) client based on Qt5"; mainProgram = "psi-plus"; - maintainers = with maintainers; [ orivej misuzu unclechu ]; + maintainers = with maintainers; [ orivej unclechu ]; license = licenses.gpl2Only; platforms = platforms.linux; }; From 7e3f1978d6f38e8ee8d4797ce0ea2800ef20710b Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 22 Apr 2024 19:22:57 +0300 Subject: [PATCH 5/5] kmon: remove misuzu from maintainers --- pkgs/tools/system/kmon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/kmon/default.nix b/pkgs/tools/system/kmon/default.nix index a54f835d7b9f..b432b52ac43c 100644 --- a/pkgs/tools/system/kmon/default.nix +++ b/pkgs/tools/system/kmon/default.nix @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ]; + maintainers = with maintainers; [ figsoda matthiasbeyer ]; mainProgram = "kmon"; }; }