about summary refs log tree commit diff
path: root/pkgs/tools/audio/tidal-dl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/tidal-dl/default.nix')
-rw-r--r--pkgs/tools/audio/tidal-dl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/tidal-dl/default.nix b/pkgs/tools/audio/tidal-dl/default.nix
index eb23a4da3ccd9..c45d78aec4dc1 100644
--- a/pkgs/tools/audio/tidal-dl/default.nix
+++ b/pkgs/tools/audio/tidal-dl/default.nix
@@ -17,7 +17,7 @@ buildPythonApplication rec {
 
   meta = {
     homepage = "https://github.com/yaronzz/Tidal-Media-Downloader";
-    description = "An application that lets you download videos and tracks from Tidal";
+    description = "Application that lets you download videos and tracks from Tidal";
     license = lib.licenses.asl20;
     maintainers = [ lib.maintainers.misterio77 ];
     platforms = lib.platforms.all;