diff options
Diffstat (limited to 'storage/category.go')
-rw-r--r-- | storage/category.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/category.go b/storage/category.go index 5591a898..a9de759f 100644 --- a/storage/category.go +++ b/storage/category.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" ) // AnotherCategoryExists checks if another category exists with the same title. |