about summary refs log tree commit diff
path: root/pkgs/applications/audio/bchoppr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/bchoppr/default.nix')
-rw-r--r--pkgs/applications/audio/bchoppr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/bchoppr/default.nix b/pkgs/applications/audio/bchoppr/default.nix
index 1d1afc0dd940c..fc31d09b2dabf 100644
--- a/pkgs/applications/audio/bchoppr/default.nix
+++ b/pkgs/applications/audio/bchoppr/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://github.com/sjaehn/BChoppr";
-    description = "An audio stream chopping LV2 plugin";
+    description = "Audio stream chopping LV2 plugin";
     maintainers = [ maintainers.magnetophon ];
     platforms = platforms.linux;
     license = licenses.gpl3Plus;