diff --git a/package.json b/package.json index c410011..b11be5d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,13 @@ "https", "expiration" ], - "author": "Gary Scott", + "author": "Gary Scott (https://garyscott.net)", "license": "MIT", "scripts": { "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/garster/cert-check.git" } }