aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ifconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ifconfig.php b/ifconfig.php
index ef856b7..589f49c 100644
--- a/ifconfig.php
+++ b/ifconfig.php
@@ -17,7 +17,7 @@ function loadGeo(string $ipAddress): ?array
$site_title = 'ip.cmc.pub';
$site_owner_name = 'Christian Cleberg';
$site_owner_url = 'https://cmc.pub';
-$source_repository = 'https://github.com/ccleberg/ifconfig.php';
+$source_repository = 'https://git.sr.ht/~cxc/ifconfig.php';
// Extract geolocation
$geo = loadGeo($_SERVER['REMOTE_ADDR']);