From 86076085a51417604308080285cd6cc40447f6e8 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Thu, 8 Aug 2024 10:58:11 -0500 Subject: [PATCH] update machineid package --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c9eba5..311209e 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Below are various implementation examples, covering common licensing scenarios a ### License Activation Validate the license for a particular device fingerprint, and activate when needed. We're -using [`machineid`](https://github.com/denisbrodbeck/machineid) for fingerprinting, which +using [`machineid`](https://github.com/keygen-sh/machineid) for fingerprinting, which is cross-platform, using the operating system's native GUID. ```go @@ -171,8 +171,8 @@ package main import ( "context" - "github.com/denisbrodbeck/machineid" "github.com/keygen-sh/keygen-go/v3" + "github.com/keygen-sh/machineid" ) func main() {