10000 Change author and repo to match this fork · doitaljosh/arduino-esp32@fde1863 · GitHub
[go: up one dir, main page]

Skip to content

Commit fde1863

Browse files
committed
Change author and repo to match this fork
1 parent e0742c0 commit fde1863

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"framework",
77
"arduino",
88
"espressif",
9-
"esp32"
9+
"esp32",
10+
"rigel"
1011
],
1112
"license": "LGPL-2.1-or-later",
1213
"repository": {
1314
"type": "git",
14-
"url": "https://github.com/espressif/arduino-esp32"
15+
"url": "https://github.com/doitaljosh/arduino-esp32"
1516
}
1617
}

package/package_esp32_index.template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"packages": [
33
{
44
"name": "esp32",
5-
"maintainer": "Espressif Systems",
6-
"websiteURL": "https://github.com/espressif/arduino-esp32",
7-
"email": "hristo@espressif.com",
5+
"maintainer": "Josh Currier",
6+
"websiteURL": "https://github.com/doitaljosh/arduino-esp32",
7+
"email": "doitaljosh@gmail.com",
88
"help": {
99
"online": "http://esp32.com"
1010
},

0 commit comments

Comments
 (0)
0