chore: update URLs and contact info

This commit is contained in:
AJ ONeal 2024-05-13 12:33:28 -06:00
parent edb076c996
commit ed05b54df2
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "acme-v2", "name": "acme-v2",
"version": "1.8.6", "version": "1.8.6",
"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.", "description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", "homepage": "https://git.rootprojects.org/root/acme.js",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/acme-v2.js.git" "url": "https://git.rootprojects.org/root/acme.js.git"
}, },
"keywords": [ "keywords": [
"Let's Encrypt", "Let's Encrypt",
@ -29,7 +29,7 @@
"automated https", "automated https",
"letsencrypt" "letsencrypt"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://solderjs.com/)", "author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"@root/request": "^1.3.11", "@root/request": "^1.3.11",