Skip to content

Commit 5371d6a

Browse files
committed
Change my email address from gmail to protonmail
1 parent d4d5137 commit 5371d6a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2011-2018 Michael Truog <mjtruog at gmail dot com>
3+
Copyright (c) 2011-2018 Michael Truog <mjtruog at protonmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tests
1717
Author
1818
------
1919

20-
Michael Truog (mjtruog [at] gmail (dot) com)
20+
Michael Truog (mjtruog at protonmail dot com)
2121

2222
License
2323
-------

erlang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# MIT License
66
#
7-
# Copyright (c) 2011-2018 Michael Truog <mjtruog at gmail dot com>
7+
# Copyright (c) 2011-2018 Michael Truog <mjtruog at protonmail dot com>
88
#
99
# Permission is hereby granted, free of charge, to any person obtaining a
1010
# copy of this software and associated documentation files (the "Software"),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def run(self):
3535
version='1.7.3',
3636
description='Erlang Binary Term Format for Python',
3737
author='Michael Truog',
38-
author_email='mjtruog@gmail.com',
38+
author_email='mjtruog@protonmail.com',
3939
url='https://github.com/okeuday/erlang_py',
4040
)

tests/erlang_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# MIT License
66
#
7-
# Copyright (c) 2014-2018 Michael Truog <mjtruog at gmail dot com>
7+
# Copyright (c) 2014-2018 Michael Truog <mjtruog at protonmail dot com>
88
# Copyright (c) 2009-2013 Dmitry Vasiliev <dima@hlabs.org>
99
#
1010
# Permission is hereby granted, free of charge, to any person obtaining a

0 commit comments

Comments
 (0)