summary refs log tree commit diff
path: root/pkgs/applications/audio/picoloop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/picoloop/default.nix')
-rw-r--r--pkgs/applications/audio/picoloop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/picoloop/default.nix b/pkgs/applications/audio/picoloop/default.nix
index 7f6773f5e51..69052988f26 100644
--- a/pkgs/applications/audio/picoloop/default.nix
+++ b/pkgs/applications/audio/picoloop/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "Picoloop is a synth and a stepsequencer (a clone of the famous nanoloop)";
+    description = "A synth and a stepsequencer (a clone of the famous nanoloop)";
     homepage = "https://github.com/yoyz/picoloop";
     platforms = platforms.linux;
     license = licenses.bsd3;