We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584cc18 commit c3d43cdCopy full SHA for c3d43cd
src/main/scala/org/nlogo/build/NetLogoExtension.scala
@@ -217,7 +217,6 @@ object NetLogoExtension extends AutoPlugin {
217
| longDescription: "${netLogoLongDescription.value}"
218
| version: "${version.value}"
219
| homepage: "${netLogoHomepage.value}"
220
- | downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/$zipName"
221
|}""".stripMargin
222
val libJson = s"Here is a JSON entry appropriate for use in the `libraries.conf` file of the NetLogo-Libraries repo: \n$json"
223
sbt.Keys.streams.value.log.info(libJson)
0 commit comments