We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f629d09 commit fda1048Copy full SHA for fda1048
src/org/openstreetmap/josm/plugins/PluginInformation.java
@@ -361,6 +361,7 @@ public String getDescriptionAsHtml() {
361
public boolean isExternal() {
362
return downloadlink != null
363
&& !downloadlink.startsWith("https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/")
364
+ && !downloadlink.startsWith("https://josm.eu/osmsvn/applications/editors/josm/dist/")
365
&& !downloadlink.startsWith("https://github.com/JOSM/");
366
}
367
0 commit comments