aboutsummaryrefslogtreecommitdiff
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 7abdae73..bb0e04df 100644
--- a/errors/errors.go
+++ b/errors/errors.go
@@ -1,12 +1,12 @@
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
-package errors // import "miniflux.app/errors"
+package errors // import "miniflux.app/v2/errors"
import (
"fmt"
- "miniflux.app/locale"
+ "miniflux.app/v2/locale"
)
// LocalizedError represents an error than could be translated to another language.