Skip to content

Commit 39a2380

Browse files
committed
Merge pull request #24 from fjcapdevila/master
Correct project url in setup.py
2 parents 3a781b2 + 613b2c0 commit 39a2380

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
@@ -8,7 +8,7 @@
88
description='Logging for django-fsm',
99
author='Gizmag',
1010
author_email='[email protected]',
11-
url='https://github.com/gizmag/django_fsm_log',
11+
url='https://github.com/gizmag/django-fsm-log',
1212
packages=find_packages(),
1313
install_requires=['django>=1.6', 'django_fsm>=2', 'django_appconf']
1414
)

0 commit comments

Comments
 (0)