From 4347728a1b7ae7ec3f4472db1cf3215fed346c76 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Wed, 8 Nov 2023 02:16:18 +0500 Subject: [PATCH] docs: [skip ci] change contributor settings to add both upstream and downstream contributors This commit changes the contributorrc for allcontributors bot so we can add both overseerr and jellyseerr contributors to the list --- .all-contributorsrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5a1ddadd5..683139b06 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -912,8 +912,8 @@ ], "badgeTemplate": "\"All-orange.svg\"/>", "contributorsPerLine": 7, - "projectName": "overseerr", - "projectOwner": "sct", + "projectName": "jellyseerr", + "projectOwner": "Fallenbagel", "repoType": "github", "repoHost": "https://github.com", "skipCi": false,