about summary refs log tree commit diff
path: root/pkgs/applications/audio/luppp
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/luppp')
-rw-r--r--pkgs/applications/audio/luppp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/luppp/default.nix b/pkgs/applications/audio/luppp/default.nix
index 23b084bddb573..3ade4a2ea8f03 100644
--- a/pkgs/applications/audio/luppp/default.nix
+++ b/pkgs/applications/audio/luppp/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "http://openavproductions.com/luppp/";  # https does not work
-    description = "A music creation tool, intended for live use";
+    description = "Music creation tool, intended for live use";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ prusnak ];
     platforms = platforms.linux;