shithub: furgit

Download patch

ref: 23dc5b7fcd456485d320a0c1bd056369572accaf
parent: 90b5f779080272d5c6ef39e0c93d8592840a53b7
author: Runxi Yu <runxiyu@umich.edu>
date: Sun Jan 18 19:53:58 EST 2026

go.mod: Use the codeberg import path

--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.sr.ht/~runxiyu/furgit
+module codeberg.org/lindenii/furgit
 
 go 1.25.3
 
--