mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
add Liberapay: field with username as data
Liberapay was originally included using a numeric ID, since they had not yet finalized the public URLs. Now it is a username. So this logic prefers the username in Liberapay: field, and keeps the old LiberapayID: to ease migration. LiberapayID: will not override Liberapay:. Clients are expected to prefer Liberapay: over LiberapayID:
This commit is contained in:
parent
0183592526
commit
62c8fd5999
13 changed files with 28 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ Disabled: null
|
|||
Donate: null
|
||||
FlattrID: null
|
||||
IssueTracker: https://github.com/miguelvps/PoliteDroid/issues
|
||||
Liberapay: null
|
||||
LiberapayID: null
|
||||
License: GPL-3.0-only
|
||||
Litecoin: null
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@ Disabled: null
|
|||
Donate: http://sufficientlysecure.org/index.php/adaway
|
||||
FlattrID: '369138'
|
||||
IssueTracker: https://github.com/dschuermann/ad-away/issues
|
||||
LiberapayID: null
|
||||
Liberapay: null
|
||||
LiberapayID: '1234567890'
|
||||
License: GPL-3.0-only
|
||||
Litecoin: null
|
||||
MaintainerNotes: ''
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ Disabled: null
|
|||
Donate: null
|
||||
FlattrID: null
|
||||
IssueTracker: https://github.com/SMSSecure/SMSSecure/issues
|
||||
Liberapay: null
|
||||
LiberapayID: null
|
||||
License: GPL-3.0-only
|
||||
Litecoin: null
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ Disabled: null
|
|||
Donate: http://www.videolan.org/contribute.html#money
|
||||
FlattrID: null
|
||||
IssueTracker: http://www.videolan.org/support/index.html#bugs
|
||||
Liberapay: null
|
||||
LiberapayID: null
|
||||
License: GPL-3.0-only
|
||||
Litecoin: null
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SourceCode: https://github.com/guardianproject/checkey
|
|||
IssueTracker: https://dev.guardianproject.info/projects/checkey/issues
|
||||
Translation: https://www.transifex.com/otf/checkey
|
||||
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
|
||||
Liberapay: GuardianProject
|
||||
|
||||
AutoName: Checkey
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Categories:
|
|||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/eighthave/urzip
|
||||
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
|
||||
Liberapay: 12334
|
||||
|
||||
AutoName: OBB Main Old Version
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ IssueTracker: https://github.com/dschuermann/ad-away/issues
|
|||
Translation: https://www.transifex.com/dominikschuermann/adaway
|
||||
Donate: http://sufficientlysecure.org/index.php/adaway
|
||||
FlattrID: '369138'
|
||||
LiberapayID: '1234567890'
|
||||
|
||||
AutoName: AdAway
|
||||
Summary: Block advertisements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue