about summary refs log tree commit diff
path: root/pkgs/tools/audio/opl3bankeditor/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/opl3bankeditor/common.nix')
-rw-r--r--pkgs/tools/audio/opl3bankeditor/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/opl3bankeditor/common.nix b/pkgs/tools/audio/opl3bankeditor/common.nix
index 982b8f8349f36..abbd24efd87e8 100644
--- a/pkgs/tools/audio/opl3bankeditor/common.nix
+++ b/pkgs/tools/audio/opl3bankeditor/common.nix
@@ -59,7 +59,7 @@ mkDerivation rec {
 
   meta = with lib; {
     inherit mainProgram;
-    description = "A small cross-platform editor of the ${chip} FM banks of different formats";
+    description = "Small cross-platform editor of the ${chip} FM banks of different formats";
     homepage = src.meta.homepage;
     license = licenses.gpl3Plus;
     platforms = platforms.all;