npm-lockfile-fix: add meta.homepage

This commit is contained in:
Felix Schröter
2024-06-22 14:40:02 +02:00
parent 1c79272d87
commit 2e132e1cad
@@ -26,6 +26,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Add missing integrity and resolved fields to a package-lock.json file";
homepage = "https://github.com/jeslie0/npm-lockfile-fix";
mainProgram = "npm-lockfile-fix";
license = lib.licenses.mit;
maintainers = with maintainers; [ lucasew felschr ];