Skip to content

Commit

Permalink
update link as package was renamed
Browse files Browse the repository at this point in the history
fixes #4620
  • Loading branch information
matkoniecz authored Nov 8, 2022
1 parent 3d98905 commit c3bd422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AddHousenumber : OsmElementQuestType<HouseNumberAnswer> {
override val wikiLink = "Key:addr"
override val icon = R.drawable.ic_quest_housenumber
override val achievements = listOf(POSTMAN)
// See overview here: https://ent8r.github.io/blacklistr/?streetcomplete=housenumber/AddHousenumber.kt
// See overview here: https://ent8r.github.io/blacklistr/?streetcomplete=address/AddHousenumber.kt
override val enabledInCountries = AllCountriesExcept(
"LU", // https://github.com/streetcomplete/StreetComplete/pull/1943
"LV", // https://github.com/streetcomplete/StreetComplete/issues/4597
Expand Down

0 comments on commit c3bd422

Please sign in to comment.