Skip to content

Commit bc9787a

Browse files
author
Robert Monegro
committed
Update repo url
Updating the repo URL to match the correct repo
1 parent 3cab60c commit bc9787a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
1010
VERSION = '0.1.2'
1111

12-
URL = 'https://github.com/redhat-aqe/python-kafka-logger'
12+
URL = 'https://github.com/redhat-aqe/kafka-logging-handler'
1313
LICENSE = 'GPLv3'
1414

1515

@@ -35,7 +35,7 @@
3535
],
3636
install_requires=INSTALL_REQUIRES,
3737
url=URL,
38-
download_url='https://github.com/redhat-aqe/python-kafka-logger/archive/{0}.tar.gz'.format(VERSION),
38+
download_url='https://github.com/redhat-aqe/kafka-logging-handler/archive/{0}.tar.gz'.format(VERSION),
3939
description=SHORT_DESCRIPTION,
4040
long_description=DESCRIPTION,
4141
license=LICENSE,

0 commit comments

Comments
 (0)