aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/integration.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/integration.go')
-rw-r--r--storage/integration.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/integration.go b/storage/integration.go
index 5a7ef19..6bc7064 100644
--- a/storage/integration.go
+++ b/storage/integration.go
@@ -2,13 +2,13 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package storage
+package storage // import "miniflux.app/storage"
import (
"database/sql"
"fmt"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/model"
)
// HasDuplicateFeverUsername checks if another user have the same fever username.