From 18b36d7d236ef74a29bb46cd90448f141bf3d9e2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 30 Oct 2019 13:14:26 -0600 Subject: [PATCH] fix maintainer email --- greenlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenlock.js b/greenlock.js index 1192034..b895eb4 100644 --- a/greenlock.js +++ b/greenlock.js @@ -69,7 +69,7 @@ function addGreenlockAgent(opts) { } // ex: John Doe (https://john.doe) -var looseEmailRe = /.* <([^'" <>:;`]+@[^'" <>:;`]+\.[^'" <>:;`]+)> .*/; +var looseEmailRe = /.*([^'" <>:;`]+@[^'" <>:;`]+\.[^'" <>:;`]+).*/; function parsePackage(opts) { // 'package' is sometimes a reserved word var pkg = opts.package || opts.pkg;