From: Shawn Smith
Date: Sun, 29 Dec 2013 19:11:28 +0000 (-0800)
Subject: doc/contribute: golang-dev -> golang-codereviews
X-Git-Tag: go1.3beta1~1093
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f5f1939233e121b7f45ce3b6ac17551fbf0d08b;p=gostls13.git
doc/contribute: golang-dev -> golang-codereviews
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/46320043
---
diff --git a/doc/contribute.html b/doc/contribute.html
index 716a1849e5..ffdd4d0d5f 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -240,7 +240,7 @@ These can be code review nicknames or arbitrary email addresses.
Unless explicitly told otherwise, such as in the discussion leading
up to sending in the change list, leave the reviewer field blank.
This means that the
-golang-dev@googlegroups.com
+golang-codereviews@googlegroups.com
mailing list will be used as the reviewer.
@@ -270,7 +270,7 @@ After editing, the template might now read:
# Lines beginning with # are ignored.
# Multi-line values should be indented.
-Reviewer: golang-dev@googlegroups.com
+Reviewer: golang-codereviews@googlegroups.com
CC: math-nuts@swtch.com
Description:
@@ -448,7 +448,7 @@ lines blank and then run:
-$ hg mail -r golang-dev@googlegroups.com --cc math-nuts@swtch.com 99999
+$ hg mail -r golang-codereviews@googlegroups.com --cc math-nuts@swtch.com 99999
to achieve the same effect.