summaryrefslogtreecommitdiff
path: root/lbc/lbc.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-03-18 20:16:26 -0400
committerWill Hawkins <[email protected]>2022-03-18 20:16:26 -0400
commit88753564d50eb6d7e91ce2114ff72ed78b8e69cb (patch)
treebb1011dfef939c3647899a3394d908c4265ce1a5 /lbc/lbc.go
parentd5dfc589d93715e07959a96eac6c469fdb405d7e (diff)
Move from hawkinsw repository ownership to Apple repository ownership.
Diffstat (limited to 'lbc/lbc.go')
-rw-r--r--lbc/lbc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbc/lbc.go b/lbc/lbc.go
index d54ba3a..e12fc71 100644
--- a/lbc/lbc.go
+++ b/lbc/lbc.go
@@ -23,7 +23,7 @@ import (
"net/http"
"sync/atomic"
- "github.com/hawkinsw/goresponsiveness/utilities"
+ "github.com/network-quality/goresponsiveness/utilities"
"golang.org/x/net/http2"
)