maintner: fix screw-up from CL 42615

See comments on https://golang.org/cl/42615

Change-Id: I0d7889319612fac62934c06c3c082893d9370615
Reviewed-on: https://go-review.googlesource.com/42831
Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com>
diff --git a/maintner/github.go b/maintner/github.go
index e387b24..bfeb0c0 100644
--- a/maintner/github.go
+++ b/maintner/github.go
@@ -1367,7 +1367,7 @@
 	if changes == 0 {
 		return nil
 	}
-	p.lastUpdate = time.Now()
+	p.c.addMutation(&maintpb.Mutation{Github: mut})
 	return nil
 }