From 3b0b6e17402806f2447369878148e5d568fd85b0 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Wed, 15 Apr 2020 00:04:38 -0400 Subject: [PATCH] add null to acknowledgements --- src/configs/acknowledgements.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/configs/acknowledgements.json b/src/configs/acknowledgements.json index 5668e18..81216b9 100644 --- a/src/configs/acknowledgements.json +++ b/src/configs/acknowledgements.json @@ -152,5 +152,11 @@ "id": "186679073764802560", "gitlab": "https://gitlab.libraryofcode.org/plainRyan", "acknowledgements": ["Contributor"] + }, + { + "name": "Null", + "id": "323673862971588609", + "gitlab": "https://gitlab.libraryofcode.org/null", + "acknowledgements": ["Contributor"] } ]