about summary refs log tree commit diff
path: root/pkgs/applications/audio/sisco.lv2
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-12-12 09:32:09 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-12-12 09:32:09 -0300
commit28a5476184f8f8a78b7414a9a1bc482ccc7b5b36 (patch)
treebb080547a3d6849d49691a094e1019b975b76ffe /pkgs/applications/audio/sisco.lv2
parent4b36d4ad64ebb3e7ddf38fee079b89f18542fa85 (diff)
treewide: remove e-user from maintainers
According to https://github.com/NixOS/nixpkgs/pull/22789#issuecomment-757687683,
the maintainer doesn't use NixOS anymore.
Diffstat (limited to 'pkgs/applications/audio/sisco.lv2')
-rw-r--r--pkgs/applications/audio/sisco.lv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/sisco.lv2/default.nix b/pkgs/applications/audio/sisco.lv2/default.nix
index 5aa407a15023c..8fd514abea512 100644
--- a/pkgs/applications/audio/sisco.lv2/default.nix
+++ b/pkgs/applications/audio/sisco.lv2/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     description = "Simple audio oscilloscope with variable time scale, triggering, cursors and numeric readout in LV2 plugin format";
     homepage = "http://x42.github.io/sisco.lv2/";
     license = licenses.gpl2;
-    maintainers = [ maintainers.e-user ];
+    maintainers = [ ];
     platforms = platforms.linux;
   };
 }