Skip to content

Commit

Permalink
Merge pull request NixOS#313578 from jeremyschlatter/hvm-license
Browse files Browse the repository at this point in the history
hvm: correct license and update description
  • Loading branch information
drupol authored May 22, 2024
2 parents 2b8f684 + 4ea0570 commit e4216e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/hvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ rustPlatform.buildRustPackage rec {
RUSTC_BOOTSTRAP = true;

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";
homepage = "https://github.com/higherorderco/hvm";
license = licenses.mit;
license = licenses.asl20;
maintainers = with maintainers; [ figsoda ];
};
}

0 comments on commit e4216e0

Please sign in to comment.