diff options
Diffstat (limited to 'app/util.go')
| -rwxr-xr-x | app/util.go | 4 |
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) |
