3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #164331 from AndersonTorres/new-misc

This commit is contained in:
Maciej Krüger 2022-03-16 00:20:23 +01:00 committed by GitHub
commit 9028018be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}