Skip to content

Commit

Permalink
generate_packages/repology: add repository:{url,type,branc} for git v…
Browse files Browse the repository at this point in the history
…ersions (#23)
  • Loading branch information
wdconinc authored Aug 14, 2024
1 parent cf88d4b commit e0eed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
if version.isdevelop():
meta["branch"] = str(version)
if hasattr(pkg, "git"):
meta["downloads"] = [pkg.git]
meta["repositories"] = {"url": pkg.git, "type": "git", "branch": str(version)}
else:
meta["downloads"] = [url]

Expand Down

0 comments on commit e0eed7f

Please sign in to comment.