diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
| commit | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch) | |
| tree | a2e963dd99b57d55a408ac8045d04c3cddc63c10 /model/source.go | |
| parent | 43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff) | |
update module path
Diffstat (limited to 'model/source.go')
| -rw-r--r-- | model/source.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/model/source.go b/model/source.go index b7f28d4..f0296ed 100644 --- a/model/source.go +++ b/model/source.go @@ -1,9 +1,9 @@ package model import ( - "pik/identity" - "pik/paths" - "pik/spool" + "git.ewy.one/pik/identity" + "git.ewy.one/pik/paths" + "git.ewy.one/pik/spool" ) // Source is a location containing stuff we can run |
