Skip to content

Commit ab5b56b

Browse files
committed
Fix URL
1 parent c5a7e78 commit ab5b56b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.0.0-git7a56c6f4",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/mcspr/arduino-esp8266",
7+
"url": "https://github.com/mcspr/esp8266-Arduino",
88
"branch": "7a56c6f4"
99
}
1010
}

pio_snapshot_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cat <<EOF > package.json
1515
"version": "3.0.0-git${version}",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/mcspr/arduino-esp8266",
18+
"url": "https://github.com/mcspr/esp8266-Arduino",
1919
"branch": "${version}"
2020
}
2121
}

0 commit comments

Comments
 (0)