We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974a0f0 commit b9b6a8bCopy full SHA for b9b6a8b
scripts/dist.ts
@@ -396,7 +396,7 @@ async function buildJOSMPresets() {
396
.att('author', 'Name Suggestion Index')
397
.att('shortdescription', 'Name Suggestion Index')
398
.att('description', packageJSON.description)
399
- .att('link', 'https://github.com/' + packageJSON.repository)
+ .att('link', 'https://github.com/osmlab/name-suggestion-index')
400
.att('version', packageJSON.version);
401
402
let topGroup = presets
0 commit comments