diff options
| author | Will Hawkins <[email protected]> | 2022-03-18 20:16:26 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-03-18 20:16:26 -0400 |
| commit | 88753564d50eb6d7e91ce2114ff72ed78b8e69cb (patch) | |
| tree | bb1011dfef939c3647899a3394d908c4265ce1a5 /ma/ma.go | |
| parent | d5dfc589d93715e07959a96eac6c469fdb405d7e (diff) | |
Move from hawkinsw repository ownership to Apple repository ownership.
Diffstat (limited to 'ma/ma.go')
| -rw-r--r-- | ma/ma.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
