summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:24:12 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:24:33 +0200
commit1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch)
tree5e9e3f5c80037a9c5871761e285df76669149b84 /run
parent10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff)
yep
Diffstat (limited to 'run')
-rw-r--r--run/edit.go2
-rw-r--r--run/run.go8
2 files changed, 5 insertions, 5 deletions
diff --git a/run/edit.go b/run/edit.go
index 596f433..f4742ff 100644
--- a/run/edit.go
+++ b/run/edit.go
@@ -2,7 +2,7 @@ package run
import (
"errors"
- "git.ewy.one/pik.git/model"
+ "github.com/ewy1/pik/model"
"os"
"os/exec"
)
diff --git a/run/run.go b/run/run.go
index 6fa410a..eb9b434 100644
--- a/run/run.go
+++ b/run/run.go
@@ -2,10 +2,10 @@ package run
import (
"fmt"
- "git.ewy.one/pik.git/env"
- "git.ewy.one/pik.git/flags"
- "git.ewy.one/pik.git/menu"
- "git.ewy.one/pik.git/model"
+ "github.com/ewy1/pik/env"
+ "github.com/ewy1/pik/flags"
+ "github.com/ewy1/pik/menu"
+ "github.com/ewy1/pik/model"
"os"
"slices"
)