diff options
Diffstat (limited to 'config/typed.go')
| -rw-r--r-- | config/typed.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/typed.go b/config/typed.go index 39eeb767..8041ab19 100644 --- a/config/typed.go +++ b/config/typed.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - "codeberg.org/lindenii/furgit/internal/intconv" + "lindenii.org/go/furgit/internal/intconv" ) // ValueKind describes the presence and form of a config value. |
