Codeberg url

main
Bob Mottram 2024-08-15 22:37:12 +01:00
parent a4fd7cb0de
commit f22d493cb2
1 changed files with 1 additions and 1 deletions

2
git.py
View File

@ -265,7 +265,7 @@ def get_repo_url(actor_json: {}) -> str:
repo_url = remove_html(repo_url)
return remove_link_tracking(repo_url)
repo_sites = ('github.com', 'gitlab.com', 'codeberg.net')
repo_sites = ('github.com', 'gitlab.com', 'codeberg.org')
for property_value in actor_json['attachment']:
if not property_value.get('type'):