Skip to content

Commit 4673dda

Browse files
committed
chore(nominatim-api-service): update user agent email to team email
1 parent 23503fd commit 4673dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/android/unio/model/map/nominatim/NominatimApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import retrofit2.http.Query
1111
* Retrofit which can build the URL automatically thanks to it.
1212
*/
1313
interface NominatimApiService {
14-
@Headers("User-Agent: Unio/0.3 (zafarderie@gmail.com)")
14+
@Headers("User-Agent: Unio/0.3 (unio.epfl@gmail.com)")
1515
@GET("search")
1616

1717
/**

0 commit comments

Comments
 (0)