From 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 15:58:36 +0200 Subject: update package paths --- model/new.go | 6 +++--- model/source.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'model') diff --git a/model/new.go b/model/new.go index fc57ad0..a9346cb 100644 --- a/model/new.go +++ b/model/new.go @@ -2,9 +2,9 @@ package model import ( "errors" - "github.com/ewy1/pik/flags" - "github.com/ewy1/pik/identity" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/flags" + "git.sr.ht/~ewy/pik/identity" + "git.sr.ht/~ewy/pik/spool" "io/fs" "path/filepath" "strings" diff --git a/model/source.go b/model/source.go index 2844d23..9830d6f 100644 --- a/model/source.go +++ b/model/source.go @@ -1,9 +1,9 @@ package model import ( - "github.com/ewy1/pik/identity" - "github.com/ewy1/pik/paths" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/identity" + "git.sr.ht/~ewy/pik/paths" + "git.sr.ht/~ewy/pik/spool" ) // SourceData is data we want to save from a Source before it has been properly instantiated -- cgit v1.3.1