From 3c2710edfd2fc922a4ea3db7dd4aae452c72fe05 Mon Sep 17 00:00:00 2001 From: Joel Strasser Date: Mon, 30 Sep 2019 02:03:05 +0200 Subject: [PATCH] chore: Update joestr.json (#1372) --- users/joestr.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/users/joestr.json b/users/joestr.json index 0b796a94..2faeff34 100644 --- a/users/joestr.json +++ b/users/joestr.json @@ -1,9 +1,18 @@ { - "copyright": "Joel Strasser", - "url": "https://www.joestr.xyz", - "email": "email@joestr.xyz", + "copyright": [ + { + "copyright": "Joel Strasser", + "url": "https://www.joestr.xyz", + "email": "strasser999@gmail.com" + }, + { + "copyright": "joestr", + "url": "https://www.joestr.xyz", + "email": "email@joestr.xyz" + } + ], "format": "text", "license": "isc", "theme": "default", - "gravatar": "true" -} \ No newline at end of file + "gravatar": true +}