From a193a47570de1b57890fad3e62ba0b672c89f47a Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Tue, 17 Jan 2017 16:15:10 -0700 Subject: [PATCH] Update github to gitlab & le to greenlock --- README.md | 4 ++-- package.json | 23 +++++++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3c116c6..48e9a75 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ var lex = require('letsencrypt-express').create({ , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) // You probably wouldn't need to replace the default sni handler -// See https://github.com/Daplie/le-sni-auto if you think you do +// See https://git.daplie.com/Daplie/le-sni-auto if you think you do //, sni: require('le-sni-auto').create({}) , approveDomains: approveDomains @@ -188,7 +188,7 @@ API This module is an elaborate ruse (to provide an oversimplified example and to nab some SEO). -The API is actually located at [node-letsencrypt options](https://github.com/Daplie/node-letsencrypt) +The API is actually located at [node-letsencrypt options](https://git.daplie.com/Daplie/node-greenlock) (because all options are simply passed through to `node-letsencrypt` proper without modification). The only "API" consists of two options, the rest is just a wrapper around `node-letsencrypt` to take LOC from 15 to 5: diff --git a/package.json b/package.json index f328867..fbab31b 100644 --- a/package.json +++ b/package.json @@ -20,25 +20,28 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/letsencrypt-cluster.git" + "url": "git+https://git.daplie.com/Daplie/greenlock-cluster.git" }, "keywords": [ - "cluster", - "multi-core", + "acme", "cloud", - "scale", + "cluster", "free", - "ssl", + "greenlock", "https", - "tls", + "le", "letsencrypt", + "multi-core", "node", - "node.js" + "node.js", + "scale", + "ssl", + "tls" ], - "author": "AJ ONeal (https://coolaj86.com/)", + "author": "AJ ONeal (https://daplie.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/Daplie/letsencrypt-cluster/issues" + "url": "https://git.daplie.com/Daplie/greenlock-cluster/issues" }, - "homepage": "https://github.com/Daplie/letsencrypt-cluster#readme" + "homepage": "https://git.daplie.com/Daplie/greenlock-cluster#readme" }