From 501fb02251fe324820107de93547adbbc1959f21 Mon Sep 17 00:00:00 2001 From: sid Date: Wed, 7 Aug 2024 17:13:50 +0100 Subject: [PATCH] Update ESRA website URL http://www.esra.org.ir/ is invalid, and we just replace it with https://esra.ircg.ir/ (which is the official link as per Wikipedia). --- src/as-content-rating.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as-content-rating.c b/src/as-content-rating.c index a7f61338..9f4a114e 100644 --- a/src/as-content-rating.c +++ b/src/as-content-rating.c @@ -375,7 +375,7 @@ as_content_rating_system_format_age (AsContentRatingSystem system, guint age) return g_strdup ("6"); return g_strdup ("0"); } - /* Reference: http://www.esra.org.ir/ */ + /* Reference: https://esra.ircg.ir/ */ if (system == AS_CONTENT_RATING_SYSTEM_ESRA) { if (age >= 18) return g_strdup ("+18");