1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

Use fdroid.link for nightly README

This commit is contained in:
Torsten Grote 2024-03-19 09:57:16 -03:00 committed by Hans-Christoph Steiner
parent 0ced053eaf
commit be673c56cf

View File

@ -306,7 +306,10 @@ def main():
readme = '''
# {repo_git_base}
[![{repo_url}]({repo_url}/icons/icon.png)]({repo_url})
This is an app repository for nightly versions.
You can use it with the [F-Droid](https://f-droid.org/) Android app.
[![{repo_url}]({repo_url}/icons/icon.png)](https://fdroid.link/#{repo_url})
Last updated: {date}'''.format(repo_git_base=repo_git_base,
repo_url=repo_url,