Skip to content

Commit 8607608

Browse files
committed
update machineid package
1 parent 788a02d commit 8607608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Below are various implementation examples, covering common licensing scenarios a
162162
### License Activation
163163

164164
Validate the license for a particular device fingerprint, and activate when needed. We're
165-
using [`machineid`](https://github.com/denisbrodbeck/machineid) for fingerprinting, which
165+
using [`machineid`](https://github.com/keygen-sh/machineid) for fingerprinting, which
166166
is cross-platform, using the operating system's native GUID.
167167

168168
```go
@@ -171,8 +171,8 @@ package main
171171
import (
172172
"context"
173173

174-
"github.com/denisbrodbeck/machineid"
175174
"github.com/keygen-sh/keygen-go/v3"
175+
"github.com/keygen-sh/machineid"
176176
)
177177

178178
func main() {

0 commit comments

Comments
 (0)