Skip to content

Commit b91f5a0

Browse files
committed
fixed git repo url
1 parent eed28a1 commit b91f5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read_readme(readme_file="README.rst") -> str:
6565
name=__title__,
6666
packages=[__title__, f"{__title__}.proto"],
6767
package_dir={__title__: __title__, f"{__title__}.proto":f"{__title__}/proto"},
68-
url=f"https://github.com/ampledata/{__title__}",
68+
url=f"https://github.com/snstac/{__title__}",
6969
description=(
7070
"A Python module to encode & decode 'TAK Protocol Payload - Version 1'"
7171
" Protocol Buffer based Cursor on Target (CoT) messages."

0 commit comments

Comments
 (0)