freeswitch: remove misuzu as maintainer
This commit is contained in:
parent
f294325aed
commit
c34918a1c2
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
||||||
homepage = "https://freeswitch.org/";
|
homepage = "https://freeswitch.org/";
|
||||||
license = lib.licenses.mpl11;
|
license = lib.licenses.mpl11;
|
||||||
maintainers = with lib.maintainers; [ misuzu ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = with lib.platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue