Files
Michael Pöhn d7f52c4580 🧋 add array support for doante link metadata.
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"
```
2026-08-27 13:54:58 +00:00
..
2025-07-28 15:59:35 +02:00
2024-09-23 07:59:08 +00:00