fx-cast-bridge: drop pedrohlc from maintainers

This commit is contained in:
PedroHLC ☭ 2023-11-28 11:27:30 -03:00
parent c7b523c250
commit 1081619284
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -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";
};
}