File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ def PlatformsAirMCU(version):
231
231
data ['architecture' ] = "AirMCU"
232
232
data ['version' ] = version
233
233
data ['category' ] = "Contributed"
234
- data ['help' ] = {'online' : "https://github. com/Air-duino/Arduino-AirMCU " }
234
+ data ['help' ] = {'online' : "https://arduino.luatos. com" }
235
235
data ['url' ] = url
236
236
data ['archiveFileName' ] = fileName
237
237
data ['checksum' ] = "SHA-256:" + ComputeSHA256 (fileName )
@@ -250,9 +250,9 @@ def PackagesAirM2M():
250
250
dataCn = {}
251
251
data ['name' ] = "AirM2M"
252
252
data ['maintainer' ] = "AirM2M"
253
- data ['websiteURL' ] = "https://github. com/Air-duino "
253
+ data ['websiteURL' ] = "https://arduino.luatos. com"
254
254
data [
'email' ]
= "[email protected] "
255
- data ['help' ] = {'online' : "https://github. com/Air-duino " }
255
+ data ['help' ] = {'online' : "https://arduino.luatos. com" }
256
256
platforms = []
257
257
platformsCn = []
258
258
You can’t perform that action at this time.
0 commit comments