about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2022-03-16 00:20:23 +0100
committerGitHub <noreply@github.com>2022-03-16 00:20:23 +0100
commit9028018be5c2c5ce337ee30d74dbeab6d29855b1 (patch)
treef077453baf022b34cb3258fcfd0c5a00e4a4def9
parent3c1a4376acbdbd4cfc268d1ef623a1ecc4ac0f2a (diff)
parent390a49c8275a73e2549e38002b8c097b419dd4d2 (diff)
Merge pull request #164331 from AndersonTorres/new-misc
-rw-r--r--pkgs/tools/misc/youtube-dl/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix
index 4673ab41654ed..6b15488f5c636 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -70,13 +70,13 @@ buildPythonPackage rec {
     homepage = "https://ytdl-org.github.io/youtube-dl/";
     description = "Command-line tool to download videos from YouTube.com and other sites";
     longDescription = ''
-      youtube-dl is a small, Python-based command-line program
-      to download videos from YouTube.com and a few more sites.
-      youtube-dl is released to the public domain, which means
-      you can modify it, redistribute it or use it however you like.
+      youtube-dl is a small, Python-based command-line program to download
+      videos from YouTube.com and a few more sites.  youtube-dl is released to
+      the public domain, which means you can modify it, redistribute it or use
+      it however you like.
     '';
     license = licenses.publicDomain;
+    maintainers = with maintainers; [ bluescreen303 fpletz ma27 ];
     platforms = with platforms; linux ++ darwin;
-    maintainers = with maintainers; [ bluescreen303 AndersonTorres fpletz ma27 ];
   };
 }