Skip to content

Commit b9b6a8b

Browse files
committed
Fix project link in JOSM presets file
(closes #11168)
1 parent 974a0f0 commit b9b6a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ async function buildJOSMPresets() {
396396
.att('author', 'Name Suggestion Index')
397397
.att('shortdescription', 'Name Suggestion Index')
398398
.att('description', packageJSON.description)
399-
.att('link', 'https://github.com/' + packageJSON.repository)
399+
.att('link', 'https://github.com/osmlab/name-suggestion-index')
400400
.att('version', packageJSON.version);
401401

402402
let topGroup = presets

0 commit comments

Comments
 (0)