summary refs log tree commit diff
path: root/pkgs/applications/video/avxsynth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/avxsynth/default.nix')
-rw-r--r--pkgs/applications/video/avxsynth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/avxsynth/default.nix b/pkgs/applications/video/avxsynth/default.nix
index 3a595da96d0..a76608bdd90 100644
--- a/pkgs/applications/video/avxsynth/default.nix
+++ b/pkgs/applications/video/avxsynth/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     description = "A script system that allows advanced non-linear editing";
     homepage = https://github.com/avxsynth/avxsynth;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ codyopel viric ];
+    maintainers = with maintainers; [ codyopel ];
     platforms = platforms.linux;
     broken = true; # 2018-04-10
   };