Skip to content

Commit baee5ad

Browse files
authored
Fixed url on setup.py
1 parent 30a567b commit baee5ad

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
@@ -22,7 +22,7 @@ def get_version(package):
2222
version = get_version('rest_framework_firebase')
2323
package = 'rest_framework_firebase'
2424
description = 'Firebase based authentication for Django REST framework'
25-
url = 'https://github.com/wesleylima/django-rest-framework-firebase-auth'
25+
url = 'https://github.com/wesleylima/django-rest-framework-firebase'
2626
author = 'Wesley Lima'
2727
author_email = '[email protected]'
2828
license = 'MIT'

0 commit comments

Comments
 (0)