about summary refs log tree commit diff
path: root/pkgs/applications/audio/songrec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/songrec/default.nix')
-rw-r--r--pkgs/applications/audio/songrec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/songrec/default.nix b/pkgs/applications/audio/songrec/default.nix
index 5493418ba1a2..37d69bcd48a1 100644
--- a/pkgs/applications/audio/songrec/default.nix
+++ b/pkgs/applications/audio/songrec/default.nix
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "An open-source Shazam client for Linux, written in Rust";
+    description = "Open-source Shazam client for Linux, written in Rust";
     homepage = "https://github.com/marin-m/SongRec";
     license = licenses.gpl3Only;
     platforms = platforms.linux;