summaryrefslogtreecommitdiff
path: root/misc/dashboard/godashboard/const.py
blob: d92d32aa974b7e8e98880e4e2091bd8f3079c602 (plain)
1
2
3
4
5
6
7
# Copyright 2011 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

mail_from           = "Go Dashboard <builder@golang.org>"
mail_submit_to      = "adg@golang.org"
mail_submit_subject = "New Project Submitted"