Merge pull request #248947 from chayleaf/lalrpop
This commit is contained in:
commit
e09d5a60d2
@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/lalrpop/lalrpop";
|
homepage = "https://github.com/lalrpop/lalrpop";
|
||||||
changelog = "https://github.com/lalrpop/lalrpop/blob/${src.rev}/RELEASES.md";
|
changelog = "https://github.com/lalrpop/lalrpop/blob/${src.rev}/RELEASES.md";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
|
mainProgram = "lalrpop";
|
||||||
maintainers = with maintainers; [ chayleaf ];
|
maintainers = with maintainers; [ chayleaf ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user