diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-08-05 02:20:06 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-08-05 02:20:06 +0200 |
| commit | e10cd5fcacb1446d937e12510b70983203145a02 (patch) | |
| tree | 052c034dcd0781ec64c2a53ae835bb99c19eaf2f | |
| parent | 1e874e790c12839695761a654b44fb427149a353 (diff) | |
build py bugfix
| -rw-r--r-- | src_doit/py.py | 2 |
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', |
