From 8ff508a5473314be67a1b4cba9250d3907f7458c Mon Sep 17 00:00:00 2001 From: Jericho Date: Sun, 24 Nov 2019 21:39:37 -0500 Subject: [PATCH] chore: Add other maintainer to httpmultipartparser.json (#1381) Add other maintainer --- users/httpmultipartparser.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/httpmultipartparser.json b/users/httpmultipartparser.json index 9d4c5a54..a1f0f568 100644 --- a/users/httpmultipartparser.json +++ b/users/httpmultipartparser.json @@ -1,7 +1,7 @@ { - "copyright": "Jake Woods", + "copyright": ["Jake Woods", "Jeremie Desautels"], "format": "html", "license": "mit", "theme": "default", "gravatar": false -} \ No newline at end of file +}