diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /config | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'config')
| -rw-r--r-- | config/config_test.go | 6 | ||||
| -rw-r--r-- | config/typed.go | 2 |
2 files changed, 4 insertions, 4 deletions
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. |
