Replaced all occurences of github.com with git.tebibyte.media

This commit is contained in:
2022-08-12 10:21:36 -05:00
parent 09170e390d
commit 81b47f7734
9 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ package arfc
import "os"
import "fmt"
import "github.com/sashakoshka/arf"
import "git.tebibyte.media/sashakoshka/arf"
func main () {
if len(os.Args) != 2 {