From bbaab49d011c0c81ad087e1c29cffa335559e081 Mon Sep 17 00:00:00 2001 From: Damien Butt <22627489+damienbutt@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:29:21 +0000 Subject: [PATCH] chore(all-contributors): update company name in config --- .all-contributorsrc | 46 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fbe4b5e..fcec086 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,25 +1,25 @@ { - "projectName": "crestron-ch5-helper", - "projectOwner": "Norgate-AV-Solutions-Ltd", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "commitConvention": "angular", - "contributorsPerLine": 7, - "skipCi": true, - "contributors": [ - { - "login": "dependabot", - "name": "Dependabot", - "avatar_url": "https://avatars.githubusercontent.com/u/27347476?v=4", - "profile": "https://github.com/features/security", - "contributions": [ - "maintenance" - ] - } - ] + "projectName": "crestron-ch5-helper", + "projectOwner": "Norgate-AV", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "skipCi": true, + "contributors": [ + { + "login": "dependabot", + "name": "Dependabot", + "avatar_url": "https://avatars.githubusercontent.com/u/27347476?v=4", + "profile": "https://github.com/features/security", + "contributions": [ + "maintenance" + ] + } + ] }