From 44e19d1ce7e4b89a391a20ca0d4e8e664376089e Mon Sep 17 00:00:00 2001 From: Alex Peterson Date: Sun, 27 Feb 2022 20:35:20 -0600 Subject: [PATCH] fix license typo, fix broken links fixed the license type typo, and added the report/issues link which is broken in the current version, and fixed the git URL to be the git file with the `.git` extension as used in all other manifests. --- dappnode_package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index b2518840..bf00ea35 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -9,9 +9,12 @@ "links": { "homepage": "https://github.com/dappnode/DNP_WIREGUARD" }, + "bugs": { + "url": "https://github.com/dappnode/DNP_WIREGUARD/issues" + }, "repository": { "type": "git", - "url": "https://github.com/dappnode/DNP_WIREGUARD" + "url": "https://github.com/dappnode/DNP_WIREGUARD.git" }, - "license": "GLP-3.0" + "license": "GPL-3.0" }