diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-04 10:50:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-04 10:50:07 +0200 |
| commit | 97aa8a6f666f5f40859c8a9aa4948bde435cf18f (patch) | |
| tree | 0cb5928cd6a1220607dbf64e234a2522acac2848 /cmd | |
| parent | c25c9002f3214e07b041aefa26d5d13c26757839 (diff) | |
Rename project to timesamurai and release v0.5.0v0.5.0
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/timesamurai/main.go (renamed from cmd/timr/main.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/timr/main.go b/cmd/timesamurai/main.go index eea7d78..f1a8ab8 100644 --- a/cmd/timr/main.go +++ b/cmd/timesamurai/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "codeberg.org/snonux/timr/internal/cli" + "codeberg.org/snonux/timesamurai/internal/cli" ) func main() { |
