aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:11 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:11 -0500
commitda41a4d731b41623b4fc5718b520ef5cb6d7cd06 (patch)
tree7318b95fabfbe4b0441584793ba3f1464e7413a3
parentb4821707c3cbefc3468c26acb31af037b839c789 (diff)
downloadifconfig.php-main.tar.gz
ifconfig.php-main.tar.bz2
ifconfig.php-main.zip
fix: update git linksHEADmain
-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']);