about summary refs log tree commit diff
path: root/pkgs/by-name/do/downonspot/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/do/downonspot/package.nix')
-rw-r--r--pkgs/by-name/do/downonspot/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/do/downonspot/package.nix b/pkgs/by-name/do/downonspot/package.nix
index f6e568d964389..10574358a869c 100644
--- a/pkgs/by-name/do/downonspot/package.nix
+++ b/pkgs/by-name/do/downonspot/package.nix
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
   ];
 
   meta = with lib; {
-    description = "A Spotify downloader written in rust";
+    description = "Spotify downloader written in rust";
     homepage = "https://github.com/oSumAtrIX/DownOnSpot";
     license = licenses.gpl3Only;
     platforms = platforms.linux;