Merge pull request #248947 from chayleaf/lalrpop

This commit is contained in:
Artturi 2023-08-14 00:07:39 +03:00 committed by GitHub
commit e09d5a60d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lalrpop/lalrpop";
changelog = "https://github.com/lalrpop/lalrpop/blob/${src.rev}/RELEASES.md";
license = with licenses; [ asl20 /* or */ mit ];
mainProgram = "lalrpop";
maintainers = with maintainers; [ chayleaf ];
};
}