From 2f00c88a353c5b2fbe5c140fee151a46425edeea Mon Sep 17 00:00:00 2001 From: Philip Dorsch <dorsch@itc.rwth-aachen.de> Date: Thu, 15 May 2025 13:34:02 +0200 Subject: [PATCH] New: added UzK --- src/GraphDeployer/appsettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GraphDeployer/appsettings.json b/src/GraphDeployer/appsettings.json index 38113f2..1aa2cff 100644 --- a/src/GraphDeployer/appsettings.json +++ b/src/GraphDeployer/appsettings.json @@ -96,6 +96,10 @@ { "Name": "TU Darmstadt", "Url": "https://git.rwth-aachen.de/coscine/graphs/organisations/05n911h24.git" + }, + { + "Name": "University of Cologne", + "Url": "https://git.rwth-aachen.de/coscine/graphs/organisations/00rcxh774.git" } ] } -- GitLab