aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/timezone.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/timezone.go')
-rw-r--r--storage/timezone.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/timezone.go b/storage/timezone.go
index 396c7d4..714d003 100644
--- a/storage/timezone.go
+++ b/storage/timezone.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 storage
+package storage // import "miniflux.app/storage"
import (
"fmt"
"strings"
"time"
- "github.com/miniflux/miniflux/timer"
+ "miniflux.app/timer"
)
// Timezones returns all timezones supported by the database.