summaryrefslogtreecommitdiff
path: root/ma/ma.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 /ma/ma.go
parentd5dfc589d93715e07959a96eac6c469fdb405d7e (diff)
Move from hawkinsw repository ownership to Apple repository ownership.
Diffstat (limited to 'ma/ma.go')
-rw-r--r--ma/ma.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ma/ma.go b/ma/ma.go
index 2f28277..078fb1b 100644
--- a/ma/ma.go
+++ b/ma/ma.go
@@ -15,8 +15,8 @@
package ma
import (
- "github.com/hawkinsw/goresponsiveness/saturating"
- "github.com/hawkinsw/goresponsiveness/utilities"
+ "github.com/network-quality/goresponsiveness/saturating"
+ "github.com/network-quality/goresponsiveness/utilities"
)
// Convert this to a Type Parameterized interface when they are available