Merge pull request #4618 from valeriangalliat/patch-1

Add the Unlicense
This commit is contained in:
Aristid Breitkreuz 2014-10-22 20:38:23 +02:00
commit 1292ab04d8
2 changed files with 7 additions and 0 deletions

View file

@ -285,6 +285,12 @@ rec {
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
unlicense = {
shortName = "Unlicense";
fullName = "Unlicense";
url = http://unlicense.org/;
};
wadalab = {
shortName = "wadalab";
fullName = "Wadalab Font License";

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://rg3.github.com/youtube-dl/";
repositories.git = https://github.com/rg3/youtube-dl.git;
description = "Command-line tool to download videos from YouTube.com and other sites";
license = stdenv.lib.licenses.unlicense;
platforms = with stdenv.lib.platforms; linux ++ darwin;
maintainers = with stdenv.lib.maintainers; [ bluescreen303 simons phreedom ];