From 9901dd2aacdeecfd96d32368ee1d5ce7ed5483e9 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 24 Sep 2015 18:42:17 -0400 Subject: [PATCH] [fix] Switching address formatter 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 1c2d9759..55815498 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):