fx_cast_bridge: remove kevincox from maintainers

This commit is contained in:
PedroHLC ☭ 2023-07-26 14:14:41 -03:00
parent a9b47d8550
commit bf7ee2269c
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -61,6 +61,6 @@ stdenv.mkDerivation 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 kevincox ];
maintainers = with maintainers; [ dtzWill ];
};
}