From f0153d11fd20b7d0f5da079651208715ee472cfc Mon Sep 17 00:00:00 2001 From: Bar Nuri Date: Thu, 5 Dec 2024 13:04:08 +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 } ] }