1
0
Fork 0

use html_url for description template

This commit is contained in:
Lukas Wurzinger 2025-05-02 00:09:06 +02:00
parent a3c7618824
commit 2b30e4cce9
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ def get_config_files() -> list[str | PathLike[str]]:
def make_description(template: str, repo: ForgejoRepository) -> str:
return template.format(
description=repo.description,
url=repo.url,
url=repo.html_url,
website=repo.website,
full_name=repo.full_name,
clone_url=repo.clone_url,