From c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 27 May 2026 06:14:54 +0000 Subject: Switch package URLs to lindenii.org/go/furgit --- config/config_test.go | 6 +++--- config/typed.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/config_test.go b/config/config_test.go index 86b8be50..f6cb2dd6 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -6,9 +6,9 @@ import ( "strings" "testing" - "codeberg.org/lindenii/furgit/config" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" + "lindenii.org/go/furgit/config" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" ) func openConfig(t *testing.T, testRepo *testgit.TestRepo) *os.File { 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. -- cgit v1.3.1-10-gc9f91