starlark-rust: tweak meta

This commit is contained in:
Aaron Jheng 2024-04-05 19:00:19 +08:00
parent d5da6daf9a
commit fdbf47ea2c
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
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";