nodemon: fix package meta (#359572)

This commit is contained in:
Aleksana 2024-11-29 16:21:57 +08:00 committed by GitHub
commit 299f7c8d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ buildNpmPackage rec {
passthru.updateScript = nix-update-script { };
meta = {
description = "Framework for converting Left-To-Right (LTR) Cascading Style Sheets(CSS) to Right-To-Left (RTL)";
mainProgram = "rtlcss";
homepage = "https://rtlcss.com";
description = "Simple monitor script for use during development of a Node.js app";
mainProgram = "nodemon";
homepage = "https://nodemon.io";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
};