summary refs log tree commit diff
path: root/pkgs/applications/audio/aumix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/aumix/default.nix')
-rw-r--r--pkgs/applications/audio/aumix/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/audio/aumix/default.nix b/pkgs/applications/audio/aumix/default.nix
index 57c690fee9b..9a8a7560088 100644
--- a/pkgs/applications/audio/aumix/default.nix
+++ b/pkgs/applications/audio/aumix/default.nix
@@ -16,8 +16,10 @@ stdenv.mkDerivation {
     ++ (if gtkGUI then [pkgconfig gtk] else []);
 
   meta = {
-    description = ''Aumix adjusts an audio mixer from X, the console,
-    		    a terminal, the command line or a script.'';
+    longDescription = ''
+      Aumix adjusts an audio mixer from X, the console, a terminal,
+      the command line or a script.
+    '';
     homepage = http://www.jpj.net/~trevor/aumix.html;
     license = "GPL";
   };