Skip to content

Commit fb43ab9

Browse files
committed
build(pyproject): Typo fix
1 parent fd43041 commit fb43ab9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ classifiers = [
2626
]
2727

2828
keywords = ["tmux", "session manager", "terminal", "ncurses"]
29-
homepage = "http://github.com/tmux-python/libvcs/"
29+
homepage = "http://github.com/tmux-python/libtmux/"
3030
readme = "README.rst"
3131

3232
[tool.poetry.urls]
33-
"Bug Tracker" = "https://github.com/tmux-python/libvcs/issues"
34-
Documentation = "https://libvcs.git-pull.com"
35-
Repository = "https://github.com/tmux-python/libvcs"
33+
"Bug Tracker" = "https://github.com/tmux-python/libtmux/issues"
34+
Documentation = "https://libtmux.git-pull.com"
35+
Repository = "https://github.com/tmux-python/libtmux"
3636

3737
[tool.poetry.dependencies]
3838
python = "~2.7 || ^3.5"

0 commit comments

Comments
 (0)