replace shop=general_store with shop=general (#476)

This commit is contained in:
Tobias Zwick 2022-06-08 12:23:00 +02:00 committed by GitHub
parent 6086de7429
commit 57ed80ba85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1403,6 +1403,10 @@
"old": {"shop": "gallery"},
"replace": {"shop": "art"}
},
{
"old": {"shop": "general_store"},
"replace": {"shop": "general"}
},
{
"old": {"shop": "insurance"},
"replace": {"office": "insurance"}