about summary refs log tree commit diff
path: root/pkgs/by-name/yt/yt-dlg/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/yt/yt-dlg/package.nix')
-rw-r--r--pkgs/by-name/yt/yt-dlg/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/yt/yt-dlg/package.nix b/pkgs/by-name/yt/yt-dlg/package.nix
index b1cb09e60a93a..e245cba7c2a2b 100644
--- a/pkgs/by-name/yt/yt-dlg/package.nix
+++ b/pkgs/by-name/yt/yt-dlg/package.nix
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   meta = {
-    description = "A cross platform front-end GUI of the popular youtube-dl written in wxPython";
+    description = "Cross platform front-end GUI of the popular youtube-dl written in wxPython";
     homepage = "https://oleksis.github.io/youtube-dl-gui";
     license = lib.licenses.unlicense;
     mainProgram = "yt-dlg";