mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
nrr: add meta.homepage
This commit is contained in:
parent
a186a7c2c5
commit
1460e06773
@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Minimal, blazing fast npm scripts runner";
|
description = "Minimal, blazing fast npm scripts runner";
|
||||||
|
homepage = "https://github.com/ryanccn/nrr";
|
||||||
maintainers = with maintainers; [ ryanccn ];
|
maintainers = with maintainers; [ ryanccn ];
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
mainProgram = "nrr";
|
mainProgram = "nrr";
|
||||||
|
Loading…
Reference in New Issue
Block a user