Migrate Go module path from github.com/drummonds/lofigui to codeberg.org/hum3/lofigui #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The go.mod still declares
module github.com/drummonds/lofigui. This prevents downstream projects (e.g. gobank) from importing via the Codeberg path.All other hum3 modules (go-luca, go-postgres, gotreesitter, gobanks-customers, gobank-products) have already migrated their module declarations to
codeberg.org/hum3/....Steps:
go.modmodule declaration tocodeberg.org/hum3/lofiguiMigrated from Codeberg: originally #3, opened 2026-03-24.