about summary refs log tree commit diff
path: root/pkgs/applications/audio/reaper
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-12 22:56:54 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-20 08:44:58 +0100
commit2c97a5caa739bf13ed8dc9fd62779b228846463e (patch)
tree9f4477686eca7853dce5cce4b9d6575b6477ca10 /pkgs/applications/audio/reaper
parentc5dbdb6182ee2b089ef060b76052adc6a3547680 (diff)
maintainers: remove jfrankenau
due to inactivity.
Diffstat (limited to 'pkgs/applications/audio/reaper')
-rw-r--r--pkgs/applications/audio/reaper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix
index dcbb7586eebe9..01ccc65d5f63f 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -105,6 +105,6 @@ stdenv.mkDerivation rec {
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
-    maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer viraptor ];
+    maintainers = with maintainers; [ ilian orivej uniquepointer viraptor ];
   };
 }