summaryrefslogtreecommitdiff
path: root/app/util.go
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 01:51:22 -0500
committerChristian Cleberg <[email protected]>2026-08-02 08:30:01 -0500
commit4178e3893f310425e76f6d4515af9e7d0ea36a0a (patch)
tree0c5e576120e5f9554dd0a3dc3563f5f6a094c823 /app/util.go
parent4dd5fd4f747c95cb258ab9a634d48f3eb8f19491 (diff)
downloadskunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.gz
skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.bz2
skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.zip
update org name
Diffstat (limited to 'app/util.go')
-rwxr-xr-xapp/util.go4
1 files changed, 2 insertions, 2 deletions
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)