Skip to content

Commit 60545fe

Browse files
committed
update links
1 parent 3804547 commit 60545fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ py-modules = ["pyatomix.pyatomix"]
88
[project]
99
name = "pyatomix"
1010
version = "0.1.4"
11-
maintainers = [{ name = "0xDEADFED5", email = "[email protected]" }]
11+
maintainers = [{ name = "electroglyph", email = "[email protected]" }]
1212
description = "Cross platform atomic int for Python"
1313
requires-python = ">=3.7"
1414
readme = { file = "README.md", content-type = "text/markdown" }
@@ -35,7 +35,7 @@ dependencies = [
3535
]
3636

3737
[project.urls]
38-
"Homepage" = "https://github.com/0xDEADFED5/pyatomix"
39-
"Github" = "https://github.com/0xDEADFED5/pyatomix"
38+
"Homepage" = "https://github.com/electroglyph/pyatomix"
39+
"Github" = "https://github.com/electroglyph/pyatomix"
4040

4141

0 commit comments

Comments
 (0)