Revert previous commit.
diff --git a/commits/repositories.php b/commits/repositories.php index 4f39e11..d34e1b8 100644 --- a/commits/repositories.php +++ b/commits/repositories.php
@@ -183,7 +183,7 @@ * @return mixed */ function getGerritRepositoryData() { - $file = fopen('https://git.eclipse.org/r/projects/', 'r'); + $file = fopen('https://git.eclipse.org/r/p/projects/', 'r'); fgets($file); // Skip the first line $data = ''; while ($line = fgets($file)) $data .= $line;