mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
cargonode: refactor
Update cargonode package metadata stylistically.
This commit is contained in:
parent
7de05bd218
commit
ac689cc9b2
@ -28,15 +28,15 @@ rustPlatform.buildRustPackage rec {
|
||||
git
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Unified tooling for Node.js";
|
||||
mainProgram = "cargonode";
|
||||
homepage = "https://github.com/xosnrdev/cargonode";
|
||||
changelog = "https://github.com/xosnrdev/cargonode/blob/${version}/CHANGELOG.md";
|
||||
license = with licenses; [
|
||||
license = with lib.licenses; [
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ xosnrdev ];
|
||||
maintainers = with lib.maintainers; [ xosnrdev ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user