summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-03-15 19:56:41 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-03-15 19:57:09 -0300
commit390a49c8275a73e2549e38002b8c097b419dd4d2 (patch)
tree0405a2bf7121d5ab312b9bec1bb32e6c296b9713
parentaae0f01b9a2d35d9c3b54590729b6aa552694bf5 (diff)
downloadnixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar.gz
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar.bz2
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar.lz
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar.xz
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.tar.zst
nixpkgs-390a49c8275a73e2549e38002b8c097b419dd4d2.zip
youtube-dl: remove AndersonTorres from maintainers list
-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 4673ab41654..6b15488f5c6 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 ];
   };
 }