Skip to content

Commit

Permalink
Update license field in flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 19, 2024
1 parent 56f7457 commit 4c9d705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 4c9d705

Please sign in to comment.