summary refs log tree commit diff
path: root/pkgs/servers/sip/freeswitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/sip/freeswitch/default.nix')
-rw-r--r--pkgs/servers/sip/freeswitch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix
index 0e31cd8fe08..32acba433b1 100644
--- a/pkgs/servers/sip/freeswitch/default.nix
+++ b/pkgs/servers/sip/freeswitch/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
     homepage = https://freeswitch.org/;
     license = stdenv.lib.licenses.mpl11;
-    maintainers = with stdenv.lib.maintainers; [ viric ];
+    maintainers = with stdenv.lib.maintainers; [ ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }