Skip to content

Commit

Permalink
Fix taginfo's icon_url (#28)
Browse files Browse the repository at this point in the history
It needs to be an image file, not a web page.
  • Loading branch information
goldfndr authored Aug 17, 2021
1 parent bfcf3f9 commit c0493c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Unroll",
"description": "A public transport route explorer",
"project_url": "https://github.com/Jungle-Bus/unroll",
"icon_url": "https://github.com/Jungle-Bus/unroll/blob/master/img/Logo_Unroll.png",
"icon_url": "https://raw.githubusercontent.com/Jungle-Bus/unroll/master/img/Logo_Unroll.png",
"contact_name": "Jungle Bus",
"contact_email": "[email protected]"
},
Expand Down Expand Up @@ -152,4 +152,4 @@
"description": "Used to fetch additional content from Wikimedia project (images, wikipedia extract, etc)"
}
]
}
}

0 comments on commit c0493c5

Please sign in to comment.