aboutsummaryrefslogtreecommitdiffhomepage
path: root/errors/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors/errors.go')
-rw-r--r--errors/errors.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/errors/errors.go b/errors/errors.go
index e7af7b1..b3c5530 100644
--- a/errors/errors.go
+++ b/errors/errors.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 errors
+package errors // import "miniflux.app/errors"
import (
"fmt"
- "github.com/miniflux/miniflux/locale"
+ "miniflux.app/locale"
)
// LocalizedError represents an error than could be translated to another language.