Skip to content

Commit 4973497

Browse files
committed
Use "colour-developers@colour-science.org" contact email.
1 parent b06d93d commit 4973497

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ About
1616
-----
1717

1818
| **Colour - Checker Detection** by Colour Developers
19-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
19+
| Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
2020
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
2121
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ About
113113
-----
114114

115115
| **Colour - Checker Detection** by Colour Developers
116-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
116+
| Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
117117
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
118118
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

TODO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ About
1818
-----
1919

2020
| **Colour - Checker Detection** by Colour Developers
21-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
21+
| Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
2222
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
2323
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

colour_checker_detection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
2828
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
2929
__maintainer__ = 'Colour Developers'
30-
__email__ = 'colour-science@googlegroups.com'
30+
__email__ = 'colour-developers@colour-science.org'
3131
__status__ = 'Production'
3232

3333
__all__ = [

colour_checker_detection/detection/segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
3030
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
3131
__maintainer__ = 'Colour Developers'
32-
__email__ = 'colour-science@googlegroups.com'
32+
__email__ = 'colour-developers@colour-science.org'
3333
__status__ = 'Production'
3434

3535
__all__ = [

colour_checker_detection/detection/tests/test_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
2929
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
3030
__maintainer__ = 'Colour Developers'
31-
__email__ = 'colour-science@googlegroups.com'
31+
__email__ = 'colour-developers@colour-science.org'
3232
__status__ = 'Production'
3333

3434
__all__ = [

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ About
108108
-----
109109

110110
| **Colour - Checker Detection** by Colour Developers
111-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
111+
| Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
112112
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
113113
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "colour-checker-detection"
33
version = "0.1.1"
44
description = "Colour checker detection with Python"
55
license = "BSD-3-Clause"
6-
authors = [ "Colour Developers <colour-science@googlegroups.com>" ]
7-
maintainers = [ "Colour Developers <colour-science@googlegroups.com>" ]
6+
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]
7+
maintainers = [ "Colour Developers <colour-developers@colour-science.org>" ]
88
readme = 'README.rst'
99
repository = "https://github.com/colour-science/colour-checker-detection"
1010
homepage = "https://www.colour-science.org/"

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
2525
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
2626
__maintainer__ = 'Colour Developers'
27-
__email__ = 'colour-science@googlegroups.com'
27+
__email__ = 'colour-developers@colour-science.org'
2828
__status__ = 'Production'
2929

3030
__all__ = [

utilities/export_todo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
1515
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
1616
__maintainer__ = 'Colour Developers'
17-
__email__ = 'colour-science@googlegroups.com'
17+
__email__ = 'colour-developers@colour-science.org'
1818
__status__ = 'Production'
1919

2020
__all__ = ['TODO_FILE_TEMPLATE', 'extract_todo_items', 'export_todo_items']
@@ -33,7 +33,7 @@
3333
3434
| **Colour - Checker Detection** by Colour Developers
3535
| Copyright © 2018-2019 – Colour Developers – \
36-
`colour-science@googlegroups.com <colour-science@googlegroups.com>`__
36+
`colour-developers@colour-science.org <colour-developers@colour-science.org>`__
3737
| This software is released under terms of New BSD License: \
3838
https://opensource.org/licenses/BSD-3-Clause
3939
| `https://github.com/colour-science/colour-checker-detection \

0 commit comments

Comments
 (0)