about summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/qmmp/default.nix')
-rw-r--r--pkgs/applications/audio/qmmp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index 8cb64820295c9..255c63a5d6d2b 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     homepage = http://qmmp.ylsoftware.com/;
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = [maintainers.bjornfor];
+    maintainers = [ maintainers.bjornfor ];
     repositories.svn = http://qmmp.googlecode.com/svn/;
   };
 }