mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
Merge pull request #301806 from aaronjheng/starlark-rust
starlark-rust: tweak meta
This commit is contained in:
commit
2f8694070d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user