From a333ffb914a4c40e58ed12bc8e4941244eae408d Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Thu, 25 Apr 2024 00:06:51 +1000 Subject: [PATCH 1/2] clapper: remove tomfitzhenry as maintainer I no longer use this, so am not best placed to maintain/test this. --- pkgs/applications/video/clapper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/clapper/default.nix b/pkgs/applications/video/clapper/default.nix index 954ea58b4554..6d1539f93575 100644 --- a/pkgs/applications/video/clapper/default.nix +++ b/pkgs/applications/video/clapper/default.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/Rafostar/clapper"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ tomfitzhenry ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } From 9d666d70df8fb2a70a239aa3e6dd20fe47a027a6 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Thu, 25 Apr 2024 00:08:14 +1000 Subject: [PATCH 2/2] chatty: remove tomfitzhenry as maintainer I no longer use this, so am not best placed to maintain/test this. --- .../networking/instant-messengers/chatty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/chatty/default.nix b/pkgs/applications/networking/instant-messengers/chatty/default.nix index adacea2d019a..ea43f470e8bb 100644 --- a/pkgs/applications/networking/instant-messengers/chatty/default.nix +++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/World/Chatty"; changelog = "https://gitlab.gnome.org/World/Chatty/-/blob/${src.rev}/NEWS"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ dotlambda tomfitzhenry ]; + maintainers = with maintainers; [ dotlambda ]; platforms = platforms.linux; }; }