Skip to content

Commit

Permalink
nodemon: fix package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvic-dev committed Nov 27, 2024
1 parent f3a31ba commit 8d33e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/no/nodemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 8d33e4f

Please sign in to comment.