diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-04 22:52:30 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-04 22:52:30 +1200 |
| commit | cf31b0b06e4bd7fc8930888f5aa435a4958cb03a (patch) | |
| tree | c2e857cc82c0c197cb967d43101cbb5087e18342 /cmd/kiiro/main.go | |
| parent | 6c0a91ad3c458f306e324a3f4023c41cad171e3a (diff) | |
| download | kiiro-main.tar.xz kiiro-main.zip | |
Diffstat (limited to 'cmd/kiiro/main.go')
| -rw-r--r-- | cmd/kiiro/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kiiro/main.go b/cmd/kiiro/main.go index e58d197..039fb3b 100644 --- a/cmd/kiiro/main.go +++ b/cmd/kiiro/main.go @@ -5,7 +5,7 @@ package main import ( "fmt" - "github.com/ArslaanPathan/kiiro/internal/sources" + "git.arslaancodes.com/kiiro.git/internal/sources" "log" ) |
