diff options
Diffstat (limited to 'cache/native/native.go')
-rw-r--r-- | cache/native/native.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache/native/native.go b/cache/native/native.go index 56c1094..9442f3d 100644 --- a/cache/native/native.go +++ b/cache/native/native.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" ) const expiryTime = time.Minute |