From 8e97ec8badb5101910ce103bffd69c106f7e28df Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 14 Mar 2018 17:52:10 +0000 Subject: [PATCH] make the speculator work for rick --- scripts/speculator/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/speculator/main.go b/scripts/speculator/main.go index e6e310ce..0380a3cd 100644 --- a/scripts/speculator/main.go +++ b/scripts/speculator/main.go @@ -712,6 +712,7 @@ func main() { "richvdh": true, "ara4n": true, "leonerd": true, + "rxl881": true, } if err := initCache(); err != nil { log.Fatal(err)