youtube-dl: remove AndersonTorres from maintainers list
This commit is contained in:
parent
aae0f01b9a
commit
390a49c827
1 changed files with 5 additions and 5 deletions
|
@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue