mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-13 14:41:22 -04:00
With this change the `Donate` metadata field can also be an array of links, not just one single link. e.g.: ``` Donate: - "https://f-droid.org/donate" - "https://donate.example.com/fdroid" ``` For backwards compatibility the old solo string format is also supported. e.g.: ``` Donate: "https://f-droid.org/donate" ```