v3.2.1: update urls
This commit is contained in:
parent
27e76a05bb
commit
617720d380
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "acme-dns-01-test",
|
"name": "acme-dns-01-test",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"description": "ACME dns-01 tests for Let's Encrypt integration. Any `acme-dns-01-` plugin should be able to pass these tests.",
|
"description": "ACME dns-01 tests for Let's Encrypt integration. Any `acme-dns-01-` plugin should be able to pass these tests.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"homepage": "https://git.rootprojects.org/root/acme-challenge-test.js",
|
"homepage": "https://git.rootprojects.org/root/acme-dns-01-test.js",
|
||||||
"files": [
|
"files": [
|
||||||
"example.js",
|
"example.js",
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -19,12 +19,11 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.rootprojects.org/root/acme-challenge-test.js.git"
|
"url": "https://git.rootprojects.org/root/acme-dns-01-test.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Let's Encrypt",
|
"Let's Encrypt",
|
||||||
"ACME",
|
"ACME",
|
||||||
"http-01",
|
|
||||||
"dns-01",
|
"dns-01",
|
||||||
"challenge",
|
"challenge",
|
||||||
"plugin",
|
"plugin",
|
||||||
|
|
Loading…
Reference in New Issue