summary refs log tree commit diff
path: root/pkgs/applications/audio/jmusicbot/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
commitcf6c96533bb52f6cd33651257a232269c48cd167 (patch)
treec34647289a921b540a62aceb22659c8ae98687a6 /pkgs/applications/audio/jmusicbot/default.nix
parentad274bf46a418c5db3e3e94ef9295f8824fc2729 (diff)
downloadnixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.gz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.bz2
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.lz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.xz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.zst
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.zip
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/applications/audio/jmusicbot/default.nix')
-rw-r--r--pkgs/applications/audio/jmusicbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/jmusicbot/default.nix b/pkgs/applications/audio/jmusicbot/default.nix
index 590c695577c..0bdd80a9601 100644
--- a/pkgs/applications/audio/jmusicbot/default.nix
+++ b/pkgs/applications/audio/jmusicbot/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/jagrosh/MusicBot";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.asl20;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
     inherit (jre_headless.meta) platforms;
   };
 }