From 03100e7851b455380a77ee488fd8d06839c3442f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 3 Nov 2019 11:58:25 +1100 Subject: Transfer project stewardship to anacrolix See https://github.com/lukechampine/stm/issues/3#issuecomment-549087541. --- rate/ratelimit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rate') diff --git a/rate/ratelimit.go b/rate/ratelimit.go index 8525371..0278283 100644 --- a/rate/ratelimit.go +++ b/rate/ratelimit.go @@ -6,8 +6,8 @@ import ( "math" "time" - "github.com/lukechampine/stm" - "github.com/lukechampine/stm/stmutil" + "github.com/anacrolix/stm" + "github.com/anacrolix/stm/stmutil" ) type numTokens = int -- cgit v1.2.3