Skip to content

Commit 851eee6

Browse files
minor: Update project.urls
1 parent 7548bc2 commit 851eee6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ opts = [
4545
robot_descriptions = "robot_descriptions._command_line:main"
4646

4747
[project.urls]
48-
Source = "https://github.com/stephane-caron/robot_descriptions.py"
49-
Tracker = "https://github.com/stephane-caron/robot_descriptions.py/issues"
50-
Changelog = "https://github.com/stephane-caron/robot_descriptions.py/blob/main/CHANGELOG.md"
48+
Homepage = "https://github.com/robot-descriptions"
49+
Source = "https://github.com/robot-descriptions/robot_descriptions.py"
50+
Tracker = "https://github.com/robot-descriptions/robot_descriptions.py/issues"
51+
Changelog = "https://github.com/robot-descriptions/robot_descriptions.py/blob/main/CHANGELOG.md"
5152

5253
[tool.black]
5354
line-length = 79

0 commit comments

Comments
 (0)