summary refs log tree commit diff
path: root/pkgs/applications/audio/projectm
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-02-17 17:00:36 +0100
committerajs124 <git@ajs124.de>2021-02-17 17:01:28 +0100
commitcaa3293dd16fc1d2af8889d89e1aa4c455623703 (patch)
treeec87fac673790303f2479b2d666793812f5c5d4b /pkgs/applications/audio/projectm
parentd56f72178e09d53ce5a4427667b1b9c2e03d3dde (diff)
downloadnixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar.gz
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar.bz2
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar.lz
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar.xz
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.tar.zst
nixpkgs-caa3293dd16fc1d2af8889d89e1aa4c455623703.zip
projectm: remove myself as maintainer
Diffstat (limited to 'pkgs/applications/audio/projectm')
-rw-r--r--pkgs/applications/audio/projectm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/projectm/default.nix b/pkgs/applications/audio/projectm/default.nix
index 8f4cfb499f2..d207d26972f 100644
--- a/pkgs/applications/audio/projectm/default.nix
+++ b/pkgs/applications/audio/projectm/default.nix
@@ -56,7 +56,7 @@ mkDerivation rec {
     description = "Cross-platform Milkdrop-compatible music visualizer";
     license = lib.licenses.lgpl21;
     platforms = lib.platforms.unix;
-    maintainers = with lib.maintainers; [ ajs124 ];
+    maintainers = with lib.maintainers; [ ];
     longDescription = ''
       The open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library.
       Read an audio input and produces mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.