Skip to content

Commit c3d43cd

Browse files
committed
Delete: Suggestion to use obsoleted JSON property
1 parent 584cc18 commit c3d43cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/org/nlogo/build/NetLogoExtension.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ object NetLogoExtension extends AutoPlugin {
217217
| longDescription: "${netLogoLongDescription.value}"
218218
| version: "${version.value}"
219219
| homepage: "${netLogoHomepage.value}"
220-
| downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/$zipName"
221220
|}""".stripMargin
222221
val libJson = s"Here is a JSON entry appropriate for use in the `libraries.conf` file of the NetLogo-Libraries repo: \n$json"
223222
sbt.Keys.streams.value.log.info(libJson)

0 commit comments

Comments
 (0)