aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/feed.go')
-rw-r--r--storage/feed.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/feed.go b/storage/feed.go
index 2ea20bc..602bec7 100644
--- a/storage/feed.go
+++ b/storage/feed.go
@@ -10,8 +10,8 @@ import (
"fmt"
"time"
- "github.com/miniflux/miniflux2/helper"
- "github.com/miniflux/miniflux2/model"
+ "github.com/miniflux/miniflux/helper"
+ "github.com/miniflux/miniflux/model"
)
// FeedExists checks if the given feed exists.