summaryrefslogtreecommitdiffstats
path: root/cache/nop/nop.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/nop/nop.go')
-rw-r--r--cache/nop/nop.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cache/nop/nop.go b/cache/nop/nop.go
index 21c1058..85b5234 100644
--- a/cache/nop/nop.go
+++ b/cache/nop/nop.go
@@ -1,8 +1,8 @@
package nop
import (
- "github.com/ewhal/nyaa/common"
- "github.com/ewhal/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/common"
+ "github.com/NyaaPantsu/nyaa/model"
)
type NopCache struct {