From 336bfe32ca3bfe8a881189744bf668807e192b48 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 21 Oct 2015 16:34:24 -0400 Subject: [PATCH] [osm/formatter] Switching back to OpenCageData repo --- scripts/geodata/address_formatting/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/address_formatting/formatter.py b/scripts/geodata/address_formatting/formatter.py index 8b865a7e..4c8fd8d8 100644 --- a/scripts/geodata/address_formatting/formatter.py +++ b/scripts/geodata/address_formatting/formatter.py @@ -9,7 +9,7 @@ from postal.text.tokenize import tokenize, tokenize_raw, token_types from collections import OrderedDict from itertools import ifilter -FORMATTER_GIT_REPO = 'https://github.com/openvenues/address-formatting' +FORMATTER_GIT_REPO = 'https://github.com/OpenCageData/address-formatting' class AddressFormatter(object):