From 72011c288d2bd336f3933b906c673eaa71447f02 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Wed, 9 Dec 2020 22:55:55 +0100 Subject: [PATCH] Add shop=insurance to deprecations --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 375785c0..6357e002 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1334,6 +1334,10 @@ "old": {"shop": "gallery"}, "replace": {"shop": "art"} }, + { + "old": {"shop": "insurance"}, + "replace": {"office": "insurance"} + }, { "old": {"shop": "jewellery"}, "replace": {"shop": "jewelry"}