youtube-dl: remove AndersonTorres from maintainers list

This commit is contained in:
AndersonTorres 2022-03-15 19:56:41 -03:00
parent aae0f01b9a
commit 390a49c827

View file

@ -70,13 +70,13 @@ buildPythonPackage rec {
homepage = "https://ytdl-org.github.io/youtube-dl/"; homepage = "https://ytdl-org.github.io/youtube-dl/";
description = "Command-line tool to download videos from YouTube.com and other sites"; description = "Command-line tool to download videos from YouTube.com and other sites";
longDescription = '' longDescription = ''
youtube-dl is a small, Python-based command-line program youtube-dl is a small, Python-based command-line program to download
to download videos from YouTube.com and a few more sites. videos from YouTube.com and a few more sites. youtube-dl is released to
youtube-dl is released to the public domain, which means the public domain, which means you can modify it, redistribute it or use
you can modify it, redistribute it or use it however you like. it however you like.
''; '';
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ bluescreen303 fpletz ma27 ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 AndersonTorres fpletz ma27 ];
}; };
} }