From cbcde284d7a6e355a3a8dcdf6079ba523eddcb30 Mon Sep 17 00:00:00 2001
From: Petar Hristov <hristov@itc.rwth-aachen.de>
Date: Thu, 9 Feb 2023 15:41:30 +0100
Subject: [PATCH] Fix

---
 src/ResourceTypes/SpecificTypesConfig.json | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/ResourceTypes/SpecificTypesConfig.json b/src/ResourceTypes/SpecificTypesConfig.json
index 97b9be8..6196dfc 100644
--- a/src/ResourceTypes/SpecificTypesConfig.json
+++ b/src/ResourceTypes/SpecificTypesConfig.json
@@ -78,10 +78,7 @@
       "en": "RDS S3"
     },
     "status": "active",
-    "supportedOrganizations": [
-      "https://ror.org/04xfq0f34",
-      "https://ror.org/04tqgg260"
-    ]
+    "supportedOrganizations": [ "*" ]
   },
   "rdss3ude": {
     "type": "rdss3",
@@ -137,4 +134,4 @@
     "status": "active",
     "supportedOrganizations": [ "*" ]
   }
-}
\ No newline at end of file
+}
-- 
GitLab