diff --git a/package.nix b/package.nix index e057d8de..d76e4c44 100644 --- a/package.nix +++ b/package.nix @@ -49,7 +49,7 @@ rustPlatform.buildRustPackage { meta = with lib; { description = "Maelstrom clustered job runner"; homepage = "https://github.com/maelstrom-software/maelstrom"; - license = licenses.bsd3; + license = [licenses.mit licenses.asl20]; maintainers = with maintainers; [ philiptaron ]; }; }