Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jun 23, 2024
1 parent 7729fea commit af2c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__short_version__ = '.'.join(__version__.split('.')[:2])
__author__ = metadata.metadata(__package__)['author']
__license__ = metadata.metadata(__package__)['license']
__url__ = metadata.metadata(__package__).get('home_page', 'https://github.com/ratoaq2/plexy')
__url__ = 'https://github.com/ratoaq2/plexy'

del metadata

Expand Down

0 comments on commit af2c672

Please sign in to comment.