Merge pull request #97 from matrix-org/rav/speculator

Add richvdh to list of trusted pushers for spectulator
pull/98/head
Richard van der Hoff 9 years ago
commit f02c33738f

@ -364,6 +364,7 @@ func main() {
"illicitonion": true, "illicitonion": true,
"Kegsay": true, "Kegsay": true,
"NegativeMjark": true, "NegativeMjark": true,
"richvdh": true,
} }
rand.Seed(time.Now().Unix()) rand.Seed(time.Now().Unix())
masterCloneDir, err := gitClone(matrixDocCloneURL, false) masterCloneDir, err := gitClone(matrixDocCloneURL, false)

Loading…
Cancel
Save