Merge pull request #301806 from aaronjheng/starlark-rust

starlark-rust: tweak meta
This commit is contained in:
Weijia Wang 2024-04-06 01:32:33 +02:00 committed by GitHub
commit 2f8694070d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A Rust implementation of the Starlark language";
homepage = "https://github.com/facebookexperimental/starlark-rust";
changelog = "https://github.com/facebookexperimental/starlark-rust/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/facebook/starlark-rust";
changelog = "https://github.com/facebook/starlark-rust/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ figsoda ];
mainProgram = "starlark";