From 4647434a54c3eb0ccc3cf69d344c6a00d546b909 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 5 Apr 2020 17:08:59 +0200 Subject: [PATCH 1/2] fix(scripts): metadata for taginfo --- scripts/build_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build_data.js b/scripts/build_data.js index 2656d2f59..247d79ea4 100644 --- a/scripts/build_data.js +++ b/scripts/build_data.js @@ -481,7 +481,8 @@ function generateTaginfo(presets, fields) { 'project_url': 'https://github.com/openstreetmap/iD', 'doc_url': 'https://github.com/openstreetmap/iD/blob/develop/data/presets/README.md', 'icon_url': 'https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png', - 'keywords': ['editor'] + 'contact_name': 'Bryan Housel', + 'contact_email': 'bryan@mapbox.com' }, 'tags': [] }; From c3d090fc8edc9b3d9a186397261b3bd505ea8550 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 6 Apr 2020 18:24:58 +0200 Subject: [PATCH 2/2] chore(scripts): update metadata for taginfo --- scripts/build_data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_data.js b/scripts/build_data.js index 247d79ea4..8a108cc77 100644 --- a/scripts/build_data.js +++ b/scripts/build_data.js @@ -481,8 +481,8 @@ function generateTaginfo(presets, fields) { 'project_url': 'https://github.com/openstreetmap/iD', 'doc_url': 'https://github.com/openstreetmap/iD/blob/develop/data/presets/README.md', 'icon_url': 'https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png', - 'contact_name': 'Bryan Housel', - 'contact_email': 'bryan@mapbox.com' + 'contact_name': 'Quincy Morgan', + 'contact_email': 'q@quincylvania.com' }, 'tags': [] };