Skip to content

Commit

Permalink
Merge dev-list.patch: replace [email protected] references with users@
Browse files Browse the repository at this point in the history
Author: thijs
Reviewer: nick
Fixes: #584


git-svn-id: https://svn.pyamf.org/pyamf/trunk@2540 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
  • Loading branch information
Thijs Triemstra committed Jun 18, 2009
1 parent beccc06 commit 3ea5693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for that, you'd need to look over the log messages to see all the
patch contributors.

If you have a question or comment, it's probably best to mail
dev@pyamf.org, rather than mailing any of these people
users@pyamf.org, rather than mailing any of these people
directly.

Active
Expand Down
2 changes: 1 addition & 1 deletion pyamf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
U{Flash Player<http://en.wikipedia.org/wiki/Flash_Player>}.
@copyright: Copyright (c) 2007-2009 The PyAMF Project. All Rights Reserved.
@contact: U{dev@pyamf.org<mailto:dev@pyamf.org>}
@contact: U{users@pyamf.org<mailto:users@pyamf.org>}
@see: U{http://pyamf.org}
@since: October 2007
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_install_requirements():
long_description = open(readme, 'rt').read(),
url = "http://pyamf.org",
author = "The PyAMF Project",
author_email = "dev@pyamf.org",
author_email = "users@pyamf.org",
keywords = keyw,
packages = find_packages(exclude=["*.tests"]),
ext_modules = get_extensions(),
Expand Down

0 comments on commit 3ea5693

Please sign in to comment.