aboutsummaryrefslogtreecommitdiff
path: root/colourize.go
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-11-25 15:43:29 +0000
committerTrey Bastian <hello@treybastian.com>2025-11-25 15:43:29 +0000
commit5be39d08148fcf9267f34c4bf888f32189c8ba82 (patch)
tree36847e41b3521b6f1cd14a7be134fb5a4a0267b1 /colourize.go
parent2c32423e75f76b8cb227f54c385d4a9f6f0f3db3 (diff)
updated to point to tangled
Diffstat (limited to 'colourize.go')
-rw-r--r--colourize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/colourize.go b/colourize.go
index bec9969..9b716c4 100644
--- a/colourize.go
+++ b/colourize.go
@@ -46,7 +46,7 @@ const (
package main
import(
- c "github.com/TreyBastian/colourize"
+ c "tangled.org/treybastian.com/colourize"
"fmt"
)