aboutsummaryrefslogtreecommitdiffhomepage
path: root/scheduler/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/worker.go')
-rw-r--r--scheduler/worker.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/scheduler/worker.go b/scheduler/worker.go
index 934f31c..68efed7 100644
--- a/scheduler/worker.go
+++ b/scheduler/worker.go
@@ -2,14 +2,14 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package scheduler
+package scheduler // import "miniflux.app/scheduler"
import (
"time"
- "github.com/miniflux/miniflux/logger"
- "github.com/miniflux/miniflux/model"
- "github.com/miniflux/miniflux/reader/feed"
+ "miniflux.app/logger"
+ "miniflux.app/model"
+ "miniflux.app/reader/feed"
)
// Worker refreshes a feed in the background.