+ Update link

This commit is contained in:
titus 2025-04-01 14:37:46 +02:00
parent 9bc40d3c65
commit c5c2b56f49
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ def main(version: bool, debug: bool) -> None:
copyright_years = f"2024-{current_year}"
log.info("pyplayready version %s Copyright (c) %s DevLARLEY, Erevoc, DevataDev", __version__, copyright_years)
log.info("https://github.com/ready-dl/pyplayready")
log.info("https://git.gay/ready-dl/pyplayready")
log.info("Run 'pyplayready --help' for help")
if version:
return

View File

@ -219,7 +219,7 @@ async def authentication(request: web.Request, handler: Handler) -> web.Response
response = web.json_response({"message": e.reason}, status=500)
response.headers.update({
"Server": f"https://github.com/ready-dl/pyplayready serve v{__version__}"
"Server": f"https://git.gay/ready-dl/pyplayready serve v{__version__}"
})
return response

View File

@ -9,7 +9,7 @@ description = "pyplayready CDM (Content Decryption Module) implementation in Pyt
license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc", "DevataDev"]
readme = "README.md"
repository = "https://github.com/ready-dl/pyplayready"
repository = "https://git.gay/ready-dl/pyplayready"
keywords = ["python", "drm", "playready", "microsoft"]
classifiers = [
"Development Status :: 5 - Production/Stable",
@ -27,7 +27,7 @@ include = [
]
[tool.poetry.urls]
"Issues" = "https://github.com/ready-dl/pyplayready/issues"
"Issues" = "https://git.gay/ready-dl/pyplayready/issues"
[tool.poetry.dependencies]
python = ">=3.8,<4.0"