nrr: add meta.homepage

This commit is contained in:
Ryan Cao 2024-08-14 17:22:57 +08:00
parent a186a7c2c5
commit 1460e06773
No known key found for this signature in database
GPG Key ID: 48C96B2057D71CB1

View File

@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Minimal, blazing fast npm scripts runner";
homepage = "https://github.com/ryanccn/nrr";
maintainers = with maintainers; [ ryanccn ];
license = licenses.gpl3Only;
mainProgram = "nrr";