summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/synaesthesia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/synaesthesia/default.nix')
-rw-r--r--pkgs/applications/audio/synaesthesia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/synaesthesia/default.nix b/pkgs/applications/audio/synaesthesia/default.nix
index 765e724cd8ec..c8575d77b50f 100644
--- a/pkgs/applications/audio/synaesthesia/default.nix
+++ b/pkgs/applications/audio/synaesthesia/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Program for representing sounds visually";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
- maintainers = [ lib.maintainers.infinisil ];
+ maintainers = [ ];
mainProgram = "synaesthesia";
};
}