Merge pull request #313578 from jeremyschlatter/hvm-license
hvm: correct license and update description
This commit is contained in:
commit
e4216e0253
@ -24,10 +24,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
RUSTC_BOOTSTRAP = true;
|
RUSTC_BOOTSTRAP = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A pure functional compile target that is lazy, non-garbage-collected, and parallel";
|
description = "A massively parallel, optimal functional runtime in Rust";
|
||||||
mainProgram = "hvm";
|
mainProgram = "hvm";
|
||||||
homepage = "https://github.com/higherorderco/hvm";
|
homepage = "https://github.com/higherorderco/hvm";
|
||||||
license = licenses.mit;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user