From 4178e3893f310425e76f6d4515af9e7d0ea36a0a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 01:51:22 -0500 Subject: update org name --- app/util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/util.go') diff --git a/app/util.go b/app/util.go index 520dfbd..205ed7a 100755 --- a/app/util.go +++ b/app/util.go @@ -14,7 +14,7 @@ import ( "text/template" "time" - "github.com/zerolabsco/devianter" + "github.com/krazywarez/devianter" "golang.org/x/net/html" ) @@ -61,7 +61,7 @@ func RefreshInstances() { for { func() { defer restore() - instances = Download("https://raw.githubusercontent.com/zerolabsco/skunky-art/main/instances.json").Body + instances = Download("https://raw.githubusercontent.com/krazywarez/skunky-art/main/instances.json").Body try(json.Unmarshal(instances, &About)) }() time.Sleep(1 * time.Hour) -- cgit v1.2.3