From eab188472f31bbf3ff06d6ccb6bd7744f9226ded Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 24 Aug 2022 14:48:33 +0200 Subject: [PATCH] Remove maintainer field from contact_name --- scripts/generateTaginfoProjectFiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateTaginfoProjectFiles.ts b/scripts/generateTaginfoProjectFiles.ts index 599aba7ac5..5ebd0f7ebb 100644 --- a/scripts/generateTaginfoProjectFiles.ts +++ b/scripts/generateTaginfoProjectFiles.ts @@ -140,7 +140,7 @@ function generateTagInfoEntry(layout: LayoutConfig): any { "project_url": "https://mapcomplete.osm.be/" + layout.id, // home page of the project with general information (required) "doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/", // documentation of the project and especially the tags used (optional) "icon_url": "https://mapcomplete.osm.be/" + icon, // project logo, should work in 16x16 pixels on white and light gray backgrounds (optional) - "contact_name": "Pieter Vander Vennet, " + layout.maintainer, // contact name, needed for taginfo maintainer (required) + "contact_name": "Pieter Vander Vennet", // contact name, needed for taginfo maintainer (required) "contact_email": "pietervdvn@posteo.net" // contact email, needed for taginfo maintainer (required) }, tags: usedTags