summary refs log tree commit diff
path: root/pkgs/tools/misc/youtube-dl
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2021-01-06 17:06:03 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2021-01-06 17:06:03 +1100
commit31f9051cf653dce46275bc45d8a0e1fa5d95fc5b (patch)
tree384e2f437fadcbbc85b18726fce7e20704a68000 /pkgs/tools/misc/youtube-dl
parentd720e6291482d1d5b384839e11b96b423860ab94 (diff)
downloadnixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar.gz
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar.bz2
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar.lz
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar.xz
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.tar.zst
nixpkgs-31f9051cf653dce46275bc45d8a0e1fa5d95fc5b.zip
treewide: stop maintaining most packages
Diffstat (limited to 'pkgs/tools/misc/youtube-dl')
-rw-r--r--pkgs/tools/misc/youtube-dl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix
index 0593e935599..5821bcbe786 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -63,6 +63,6 @@ buildPythonPackage rec {
     '';
     license = licenses.publicDomain;
     platforms = with platforms; linux ++ darwin;
-    maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 zowoq ];
+    maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 zowoq ];
   };
 }