about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSolène Rapenne <solene@perso.pw>2022-10-06 18:45:49 +0200
committerGitHub <noreply@github.com>2022-10-06 18:45:49 +0200
commit3f1785e1a930a5a3fe7fc1f92abd26c6c3280743 (patch)
tree7c5358ac661e1068fa2c2c16ab04dae38e366d40 /pkgs/applications
parenta7aa87ae68c49663b9e0e11ca48b47efb1de721d (diff)
musikcube: use with maintainers
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/musikcube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/musikcube/default.nix b/pkgs/applications/audio/musikcube/default.nix
index 28f9edf9c5b52..6b47d1f3c846b 100644
--- a/pkgs/applications/audio/musikcube/default.nix
+++ b/pkgs/applications/audio/musikcube/default.nix
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A fully functional terminal-based music player, library, and streaming audio server";
     homepage = "https://musikcube.com/";
-    maintainers = [ maintainers.aanderse maintainers.srapenne ];
+    maintainers = with maintainers; [ aanderse srapenne ];
     license = licenses.bsd3;
     platforms = platforms.all;
   };