From 5c95b808bad5743e0282258a5e6ce2625a8f06b6 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 2 Feb 2022 11:32:08 +0100 Subject: [PATCH] Fix package metadata --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99e0ca3..f742a3e 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "repository": { "type": "git", - "url": "git@git.cryto.net:joepie91/nix-in-node.git" + "url": "https://git.cryto.net/joepie91/nix-in-node.git" }, "keywords": [], "author": "", - "license": "ISC", + "license": "WTFPL OR CC0-1.0", "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4",