From 7a8508281feba3aa969cd59b18e80855d7f349b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Tue, 27 Feb 2024 11:08:34 +0100
Subject: [PATCH] fix: update link to eligibility data

---
 lib/Auth/Process/IsEinfraCZEligible.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Auth/Process/IsEinfraCZEligible.php b/lib/Auth/Process/IsEinfraCZEligible.php
index d5200c1..ddbdec9 100644
--- a/lib/Auth/Process/IsEinfraCZEligible.php
+++ b/lib/Auth/Process/IsEinfraCZEligible.php
@@ -21,7 +21,7 @@ class IsEinfraCZEligible extends ProcessingFilter
     public const LOGGER_PREFIX = 'cesnet:IsEinfraCZEligible - ';
 
     public const IDP_ELIGIBLE_AFFILIATIONS_LIST_LINK =
-        'https://gitlab.ics.muni.cz/perun-proxy-aai/e-infracz_idps_data/-/raw/main/einfra_isacademic/result.yaml';
+        'https://gitlab.ics.muni.cz/perun/deployment/e-infracz_idps_data/-/raw/main/einfra_isacademic/result.yaml';
 
     public const LINK_REFRESH_RATE_MINS = 15; // older file will be refreshed
 
-- 
GitLab