Skip to content

Commit

Permalink
Update plugin link
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Nov 5, 2024
1 parent 8877196 commit a7bb40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugin.main.version = 19044
# The special values "latest" and "tested" are also possible here, but not recommended.
plugin.compile.version = 19044
plugin.canloadatruntime = true
plugin.author = Taylor Smock <incoming+gokaart/[email protected]>
plugin.author = Taylor Smock
plugin.class = org.openstreetmap.josm.plugins.highwaynamemodification.HighwayNameModification
plugin.icon = images/deltasignmod.svg
plugin.link = https://gitlab.com/gokaart/JOSM_highwayNameModification
plugin.link = https://github.com/JOSM/highwayNameModification
plugin.description = Modify addr tags when a highway name is changed
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<plugin.src.dir>src/main/java</plugin.src.dir>
<plugin.resources.dir>src/main/resources</plugin.resources.dir>
<plugin.main.version>19044</plugin.main.version>
<plugin.author>Taylor Smock &lt;incoming+gokaart/[email protected]&gt;</plugin.author>
<plugin.author>Taylor Smock</plugin.author>
<plugin.class>org.openstreetmap.josm.plugins.highwaynamemodification.HighwayNameModification</plugin.class>
<plugin.description>Modify addr tags when a highway name is changed</plugin.description>
<plugin.icon>images/deltasignmod.svg</plugin.icon>
<plugin.link>https://gitlab.com/gokaart/JOSM_highwayNameModification</plugin.link>
<plugin.link>https://github.com/JOSM/highwayNameModification</plugin.link>
<plugin.canloadatruntime>true</plugin.canloadatruntime>
</properties>
<build>
Expand Down

0 comments on commit a7bb40f

Please sign in to comment.