Skip to content

Commit 5b059ce

Browse files
committed
repo url fix
1 parent 4b9db86 commit 5b059ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_spec_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__author__ = 'Artur Maciąg'
1010
__email__ = '[email protected]'
1111
__version__ = '0.0.1'
12-
__url__ = 'https://github.com/p1c2u/openapi_spec_validator'
12+
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1313
__license__ = 'Apache License, Version 2.0'
1414

1515
__all__ = ['openapi_v3_validator', 'validate_spec', 'validate_spec_url']

0 commit comments

Comments
 (0)