freeswitch: remove misuzu as maintainer

This commit is contained in:
misuzu 2023-04-17 19:30:06 +03:00
parent f294325aed
commit c34918a1c2

View file

@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
homepage = "https://freeswitch.org/";
license = lib.licenses.mpl11;
maintainers = with lib.maintainers; [ misuzu ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; unix;
broken = stdenv.isDarwin;
};