Add MIT license #23

Merged
roberth merged 2 commits from issue-16-mit-license into master 2021-08-01 15:35:37 +00:00
Showing only changes of commit 14dbada01f - Show all commits

View file

@ -46,13 +46,6 @@ let
{ outPath = builtins.path { path = info.path; };
narHash = info.narHash;
}
else if info.type == "tarball" then
{ outPath =
fetchTarball
({ inherit (info) url; }
// (if info ? narHash then { sha256 = info.narHash; } else {})
);
}
else if info.type == "gitlab" then
{ inherit (info) rev narHash lastModified;
outPath =