mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Use fdroid.link for nightly README
This commit is contained in:
parent
0ced053eaf
commit
be673c56cf
1 changed files with 4 additions and 1 deletions
|
|
@ -306,7 +306,10 @@ def main():
|
||||||
readme = '''
|
readme = '''
|
||||||
# {repo_git_base}
|
# {repo_git_base}
|
||||||
|
|
||||||
[]({repo_url})
|
This is an app repository for nightly versions.
|
||||||
|
You can use it with the [F-Droid](https://f-droid.org/) Android app.
|
||||||
|
|
||||||
|
[](https://fdroid.link/#{repo_url})
|
||||||
|
|
||||||
Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
||||||
repo_url=repo_url,
|
repo_url=repo_url,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue