mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
purge code that modifies the repo descriptions
YAML now provides nice ways of handling blocks of text, including removing indents and newlines. Remove the custom hack.
This commit is contained in:
parent
828d6015ef
commit
c98b15e72a
5 changed files with 4 additions and 68 deletions
|
@ -54,7 +54,7 @@
|
|||
repo_url: https://MyFirstFDroidRepo.org/fdroid/repo
|
||||
repo_name: My First F-Droid Repo Demo
|
||||
repo_icon: fdroid-icon.png
|
||||
repo_description: |
|
||||
repo_description: >-
|
||||
This is a repository of apps to be used with F-Droid. 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
|
||||
|
@ -68,7 +68,7 @@ archive_older: 3
|
|||
archive_url: https://f-droid.org/archive
|
||||
archive_name: My First F-Droid Archive Demo
|
||||
archive_icon: fdroid-icon.png
|
||||
archive_description: |
|
||||
archive_description: >-
|
||||
The repository of older versions of packages from the main demo repository.
|
||||
|
||||
# This allows a specific kind of insecure APK to be included in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue