From 1a8a4a66c6ce11e14c1075c313398f6b4afa2107 Mon Sep 17 00:00:00 2001 From: Sid Karunaratne Date: Wed, 2 Aug 2023 10:30:50 +0200 Subject: [PATCH] Fix the domain for Pakistan/QUEST The "Quaid e Awam University of Engineering, Sciences & Technology" university previously had the domain "panasia.org.sg". DDG[^1] and wikipedia[^2] both agree that the domain name is quest.edu.pk. From the QUEST webpage clicking "E-mail" redirects to a google email login for the domain quest.edu.pk. So that's the email domain too. As for removing `panasia.org.sg`, loading that domain shows a "Account Suspended" page. [^1]: https://duckduckgo.com/?q=Qauid-e-Awam+University+of+Engineering+Sciences+%26+Technology [^2]: https://en.wikipedia.org/wiki/Quaid-e-Awam_University_of_Engineering,_Science_%26_Technology --- world_universities_and_domains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index f5a9da72..61fd8aee 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -78900,13 +78900,13 @@ }, { "web_pages": [ - "http://www.panasia.org.sg/tcdc/pakistan/qauid_sindh/index.html" + "https://quest.edu.pk/" ], "name": "Qauid-e-Awam University of Engineering Sciences & Technology", "alpha_two_code": "PK", "state-province": null, "domains": [ - "panasia.org.sg" + "quest.edu.pk" ], "country": "Pakistan" },