From fd4448c4c6b1a1a74012a50e8d2b884841c37ace Mon Sep 17 00:00:00 2001 From: Bar Nuri Date: Thu, 5 Dec 2024 13:14:01 +0200 Subject: [PATCH] Update config.json --- config.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config.json b/config.json index 25a5fc2..e335d29 100644 --- a/config.json +++ b/config.json @@ -1,17 +1,9 @@ { - "title": "Bar Nuri Repositories Viewer", + "title": "C# OpenSource Repositories Viewer", "fetchConfigs": [ { "orgOrUser": "csharp-opensource", "isUser": false - }, - { - "orgOrUser": "actions-opensource", - "isUser": false - }, - { - "orgOrUser": "barnuri", - "isUser": true } ] }