npm-lockfile-fix: add meta.homepage
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user