Skip to content

Commit

Permalink
add examples of F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 24, 2018
1 parent 0d0f65d commit bc418ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/f-droid/f-droid.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ module.exports = class FDroid extends BaseHTTPService {
static get examples() {
return [
{
previewUrl: 'wercker/go-wercker-api',
},
{
title: `${this.name} branch`,
previewUrl: 'wercker/go-wercker-api/master',
title: 'F-Droid',
exampleUrl: 'org.thosp.yourlocalweather',
urlPattern: ':addId',
staticExample: this.render({ version: '1.0' }),
keywords: ['fdroid', 'f-droid', 'android', 'app'],
},
]
}
Expand Down

0 comments on commit bc418ab

Please sign in to comment.