Skip to content

Commit dcf5bf3

Browse files
committed
Updated mail address.
1 parent 233fb0e commit dcf5bf3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/CODE_OF_CONDUCT.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ Enforcement
6363
-----------
6464

6565
Instances of abusive, harassing, or otherwise unacceptable behavior may
66-
be reported by contacting the project team at acstis(at)finnwea.com. The
67-
project team will review and investigate all complaints, and will
68-
respond in a way that it deems appropriate to the circumstances. The
69-
project team is obligated to maintain confidentiality with regard to the
70-
reporter of an incident. Further details of specific enforcement
71-
policies may be posted separately.
66+
be reported by contacting the project team at
67+
t{{dot}}gommers{{plus}}acstis{{at}}outlook{{dot}}com. The project team
68+
will review and investigate all complaints, and will respond in a
69+
way that it deems appropriate to the circumstances. The project team is
70+
obligated to maintain confidentiality with regard to the reporter of an
71+
incident. Further details of specific enforcement policies may be posted
72+
separately.
7273

7374
Project maintainers who do not follow or enforce the Code of Conduct in
7475
good faith may face temporary or permanent repercussions as determined

acstis_scripts/acstis_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def print_banner():
118118
| $$ | $$| $$$$$$/| $$$$$$/ | $$ /$$$$$$| $$$$$$/
119119
|__/ |__/ \______/ \______/ |__/ |______/ \______/
120120
121-
Version """ + PackageHelper.get_version() + """ - Copyright 2017 Tijme Gommers <[email protected]>
121+
Version """ + PackageHelper.get_version() + """ - Copyright 2017 Tijme Gommers
122122
""")
123123

124124
def main():

extended.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def print_banner():
149149
| $$ | $$| $$$$$$/| $$$$$$/ | $$ /$$$$$$| $$$$$$/
150150
|__/ |__/ \______/ \______/ |__/ |______/ \______/
151151
152-
Version """ + PackageHelper.get_version() + """ - Copyright 2017 Tijme Gommers <[email protected]>
152+
Version """ + PackageHelper.get_version() + """ - Copyright 2017 Tijme Gommers
153153
""")
154154

155155
if __name__ == "__main__":

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
},
7474
platforms=["any"],
7575
author="Tijme Gommers",
76-
author_email="[email protected]",
7776
license="MIT",
7877
url="https://github.com/tijme/angularjs-csti-scanner",
7978
install_requires=requirements

0 commit comments

Comments
 (0)