mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
remove liberapayID
This commit is contained in:
parent
96d80fbd7c
commit
5858d8fcb4
13 changed files with 1 additions and 22 deletions
|
|
@ -553,7 +553,6 @@ def package_metadata(app, repodir):
|
|||
"Bitcoin",
|
||||
"FlattrID",
|
||||
"Liberapay",
|
||||
"LiberapayID",
|
||||
"Litecoin",
|
||||
"OpenCollective",
|
||||
):
|
||||
|
|
@ -1173,7 +1172,6 @@ def make_v0(apps, apks, repodir, repodict, requestsdict, fdroid_signing_key_fing
|
|||
addElementNonEmpty('bitcoin', app.Bitcoin, doc, apel)
|
||||
addElementNonEmpty('litecoin', app.Litecoin, doc, apel)
|
||||
addElementNonEmpty('flattr', app.FlattrID, doc, apel)
|
||||
addElementNonEmpty('liberapay', app.LiberapayID, doc, apel)
|
||||
addElementNonEmpty('openCollective', app.OpenCollective, doc, apel)
|
||||
|
||||
# These elements actually refer to the current version (i.e. which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue