diff options
Diffstat (limited to 'env/env.go')
| -rw-r--r-- | env/env.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ package env import ( - "github.com/ewy1/pik/flags" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/paths" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/flags" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/paths" + "git.sr.ht/~ewy/pik/spool" "github.com/joho/godotenv" "io/fs" "os" |
