aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/enclosure.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/enclosure.go')
-rw-r--r--storage/enclosure.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/enclosure.go b/storage/enclosure.go
index 5ae0a43..0fc7be7 100644
--- a/storage/enclosure.go
+++ b/storage/enclosure.go
@@ -2,12 +2,12 @@
// 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 (
"fmt"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/model"
)
// GetEnclosures returns all attachments for the given entry.