aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-08-05 02:20:06 +0200
committerbozo.kopic <bozo@kopic.xyz>2021-08-05 02:20:06 +0200
commite10cd5fcacb1446d937e12510b70983203145a02 (patch)
tree052c034dcd0781ec64c2a53ae835bb99c19eaf2f
parent1e874e790c12839695761a654b44fb427149a353 (diff)
build py bugfix
-rw-r--r--src_doit/py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_doit/py.py b/src_doit/py.py
index f2876ae..3ce76fa 100644
--- a/src_doit/py.py
+++ b/src_doit/py.py
@@ -83,7 +83,7 @@ setup(
description='JSON log-structured data storage with REST API',
long_description=readme,
long_description_content_type='text/x-rst',
- url='https://github.com/bnozokopic/restlog',
+ url='https://github.com/bozokopic/restlog',
license='GPLv3',
classifiers=[
'Programming Language :: Python :: 3',