Updated module path

This commit is contained in:
Eduard Urbach 2025-02-25 16:37:15 +01:00
parent cb8aacf9b8
commit b8b0fbb57e
Signed by: eduard
GPG key ID: 49226B848C78F6C8
11 changed files with 17 additions and 17 deletions

View file

@ -3,7 +3,7 @@ package color
import (
"os"
"git.akyoto.dev/go/color/tty"
"git.urbach.dev/go/color/tty"
)
// Terminal indicates if we're in a terminal with truecolor support.