mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'archive_description' into 'master'
archive description See merge request fdroid/fdroidserver!694
This commit is contained in:
commit
d2481375bb
2 changed files with 7 additions and 4 deletions
|
|
@ -139,12 +139,13 @@ default_config = {
|
|||
'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
|
||||
'repo_name': "My First FDroid Repo Demo",
|
||||
'repo_icon': "fdroid-icon.png",
|
||||
'repo_description': '''
|
||||
'repo_description': _('''
|
||||
This is a repository of apps to be used with FDroid. Applications in this
|
||||
repository are either official binaries built by the original application
|
||||
developers, or are binaries built from source by the admin of f-droid.org
|
||||
using the tools on https://gitlab.com/u/fdroid.
|
||||
''',
|
||||
developers, or are binaries built from source by f-droid.org using the
|
||||
tools on https://gitlab.com/fdroid.
|
||||
'''),
|
||||
'archive_description': _('These are the apps that have been archived from the main repo.'),
|
||||
'archive_older': 0,
|
||||
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue