You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/03/21 11:08:09 UTC

mesos git commit: Fixed email address in Python build file.

Repository: mesos
Updated Branches:
  refs/heads/master ecf579831 -> 9aeb43e2c


Fixed email address in Python build file.

Review: https://reviews.apache.org/r/45038/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9aeb43e2
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9aeb43e2
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9aeb43e2

Branch: refs/heads/master
Commit: 9aeb43e2c7aa2ec79e9137c1b8f192029faa1086
Parents: ecf5798
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Mar 21 11:06:51 2016 +0100
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Mon Mar 21 11:07:56 2016 +0100

----------------------------------------------------------------------
 src/python/setup.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9aeb43e2/src/python/setup.py.in
----------------------------------------------------------------------
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index 7370669..37a49a5 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -21,7 +21,7 @@ config = {
     'version': '@PACKAGE_VERSION@',
     'description': 'Python bindings for mesos',
     'author': 'Apache Mesos',
-    'author_email': 'mesos@apache.com',
+    'author_email': 'dev@mesos.apache.org',
     'url': 'http://pypi.python.org/pypi/mesos',
     'packages': [ 'mesos' ],
     'package_dir': { '': 'src' },