File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
3535when an individual is representing the project or its community.
3636
3737Instances of abusive, harassing, or otherwise unacceptable behavior may be
38- reported by contacting a project maintainer at markdown@freewisdom.org . All
38+ reported by contacting a project maintainer at python. markdown@gmail.com . All
3939complaints will be reviewed and investigated and will result in a response that
4040is deemed necessary and appropriate to the circumstances. Maintainers are
4141obligated to maintain confidentiality with regard to the reporter of an
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Primary Authors
2222 and has been assisting with maintenance, reviewing pull requests and ticket
2323 triage.
2424
25- * __ [ Yuri Takteyev] ( http ://freewisdom.org/ ) __
25+ * __ [ Yuri Takteyev] ( https ://github.com/yuri ) __
2626
2727 Yuri wrote most of the code found in version 1.x while procrastinating his
2828 Ph.D. Various pieces of his code still exist, most notably the basic
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ propose changes to this document in a pull request.
99
1010This project and everyone participating in it is governed by the
1111[ Python-Markdown Code of Conduct] . By participating, you are expected to uphold
12- this code. Please report unacceptable behavior to [ markdown@freewisdom.org ] [ email ] .
12+ this code. Please report unacceptable behavior to < python. markdown@gmail.com > .
1313
1414## Project Organization
1515
@@ -478,7 +478,6 @@ label from the same group.
478478
479479[ Python-Markdown Organization ] : https://github.com/Python-Markdown
480480[ Python-Markdown Code of Conduct ] : https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
481- [ email ] : mailto:markdown@freewisdom.org
482481[ Python-Markdown/markdown ] : https://github.com/Python-Markdown/markdown
483482[ issue tracker ] : https://github.com/Python-Markdown/markdown/issues
484483[ syntax rules ] : https://daringfireball.net/projects/markdown/syntax
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ def get_version():
6969 long_description = long_description ,
7070 long_description_content_type = 'text/markdown' ,
7171 author = 'Manfred Stienstra, Yuri takhteyev and Waylan limberg' ,
72- author_email = 'waylan.limberg@icloud .com' ,
72+ author_email = 'python.markdown@gmail .com' ,
7373 maintainer = 'Waylan Limberg' ,
74- maintainer_email = 'waylan.limberg@icloud .com' ,
74+ maintainer_email = 'python.markdown@gmail .com' ,
7575 license = 'BSD License' ,
7676 packages = ['markdown' , 'markdown.extensions' ],
7777 python_requires = '>=3.6' ,
You can’t perform that action at this time.
0 commit comments