From 10816192840144ac8e4429a78a2fdd99d6b8c205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PedroHLC=20=E2=98=AD?= Date: Tue, 28 Nov 2023 11:27:30 -0300 Subject: [PATCH] fx-cast-bridge: drop pedrohlc from maintainers --- pkgs/tools/misc/fx-cast-bridge/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/fx-cast-bridge/default.nix b/pkgs/tools/misc/fx-cast-bridge/default.nix index d2b8f27899f0..7af4f5dac48d 100644 --- a/pkgs/tools/misc/fx-cast-bridge/default.nix +++ b/pkgs/tools/misc/fx-cast-bridge/default.nix @@ -50,7 +50,7 @@ buildNpmPackage rec { description = "Implementation of the Chrome Sender API (Chromecast) within Firefox"; homepage = "https://hensm.github.io/fx_cast/"; license = licenses.mit; - maintainers = with maintainers; [ dtzWill pedrohlc ]; + maintainers = with maintainers; [ dtzWill ]; mainProgram = "fx_cast_bridge"; }; }