Skip to content

Commit 8a05a90

Browse files
committed
updated package url
1 parent f98d69d commit 8a05a90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# `mikro`
2-
[![Go Reference](https://pkg.go.dev/badge/github.com/antoi-ne/mikro.svg)](https://pkg.go.dev/github.com/antoi-ne/mikro)
2+
[![Go Reference](https://pkg.go.dev/badge/gessaim.dev/mikro.svg)](https://pkg.go.dev/gessaim.dev/mikro)
33

44
Go driver for the Native Instruments [Maschine Mikro Mk3](https://www.native-instruments.com/en/products/maschine/production-systems/maschine-mikro/).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/antoi-ne/mikro
1+
module gessaim.dev/mikro
22

33
go 1.22.0
44

light.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package mikro
22

3-
import bp "github.com/antoi-ne/mikro/api/mk3"
3+
import bp "gessaim.dev/mikro/api/mk3"
44

55
//go:generate go run golang.org/x/tools/cmd/stringer@latest -type=Intensity -trimprefix=Intensity
66
type Intensity uint8

mk3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"image/draw"
1010
"sync"
1111

12-
bp "github.com/antoi-ne/mikro/api/mk3"
12+
bp "gessaim.dev/mikro/api/mk3"
1313
"github.com/karalabe/hid"
1414
)
1515

0 commit comments

Comments
 (0)