Skip to content

Commit 863ed02

Browse files
Bordabhimrazydeependujha
authored
docs: update mail to [email protected] (#21003)
Co-authored-by: Bhimraj Yadav <[email protected]> Co-authored-by: Deependu <[email protected]>
1 parent 4e23c94 commit 863ed02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import time
1616

1717
__author__ = "Lightning AI et al."
18-
__author_email__ = "pytorch@lightning.ai"
18+
__author_email__ = "developer@lightning.ai"
1919
__license__ = "Apache-2.0"
2020
__copyright__ = f"Copyright (c) 2018-{time.strftime('%Y')}, {__author__}."
2121
__homepage__ = "https://github.com/Lightning-AI/lightning"

src/lightning_fabric/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22

33
__author__ = "Lightning AI et al."
4-
__author_email__ = "pytorch@lightning.ai"
4+
__author_email__ = "developer@lightning.ai"
55
__license__ = "Apache-2.0"
66
__copyright__ = f"Copyright (c) 2022-{time.strftime('%Y')}, {__author__}."
77
__homepage__ = "https://github.com/Lightning-AI/lightning"

src/pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import time
1515

1616
__author__ = "Lightning AI et al."
17-
__author_email__ = "pytorch@lightning.ai"
17+
__author_email__ = "developer@lightning.ai"
1818
__license__ = "Apache-2.0"
1919
__copyright__ = f"Copyright (c) 2018-{time.strftime('%Y')}, {__author__}."
2020
__homepage__ = "https://github.com/Lightning-AI/lightning"

0 commit comments

Comments
 (0)