about summary refs log tree commit diff
path: root/pkgs/by-name/st/streamrip/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/st/streamrip/package.nix')
-rw-r--r--pkgs/by-name/st/streamrip/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/streamrip/package.nix b/pkgs/by-name/st/streamrip/package.nix
index 68f1a7e851216..8e7f6c683a0ca 100644
--- a/pkgs/by-name/st/streamrip/package.nix
+++ b/pkgs/by-name/st/streamrip/package.nix
@@ -68,7 +68,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   meta = with lib; {
-    description = "A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer";
+    description = "Scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer";
     homepage = "https://github.com/nathom/streamrip";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ paveloom ];