mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #4618 from valeriangalliat/patch-1
Add the Unlicense
This commit is contained in:
commit
1292ab04d8
@ -285,6 +285,12 @@ rec {
|
|||||||
|
|
||||||
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
|
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
|
||||||
|
|
||||||
|
unlicense = {
|
||||||
|
shortName = "Unlicense";
|
||||||
|
fullName = "Unlicense";
|
||||||
|
url = http://unlicense.org/;
|
||||||
|
};
|
||||||
|
|
||||||
wadalab = {
|
wadalab = {
|
||||||
shortName = "wadalab";
|
shortName = "wadalab";
|
||||||
fullName = "Wadalab Font License";
|
fullName = "Wadalab Font License";
|
||||||
|
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://rg3.github.com/youtube-dl/";
|
homepage = "http://rg3.github.com/youtube-dl/";
|
||||||
repositories.git = https://github.com/rg3/youtube-dl.git;
|
repositories.git = https://github.com/rg3/youtube-dl.git;
|
||||||
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";
|
||||||
|
license = stdenv.lib.licenses.unlicense;
|
||||||
|
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
maintainers = with stdenv.lib.maintainers; [ bluescreen303 simons phreedom ];
|
maintainers = with stdenv.lib.maintainers; [ bluescreen303 simons phreedom ];
|
||||||
|
Loading…
Reference in New Issue
Block a user