diff --git a/example_test.go b/example_test.go index 66a26ef..344ad4c 100644 --- a/example_test.go +++ b/example_test.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "code.beautifulmachines.dev/quando" + "code.beautifulmachines.dev/jakoubek/quando" ) func ExampleNow() { diff --git a/go.mod b/go.mod index 45a018c..8eb367c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module code.beautifulmachines.dev/quando +module code.beautifulmachines.dev/jakoubek/quando go 1.25.6