Skip to content

Commit 6b1cece

Browse files
committed
Rename
1 parent e64f819 commit 6b1cece

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ body:
7575
label: Issue checklist
7676
description: Please double-check that you have done each of the following things before submitting the issue.
7777
options:
78-
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5-CoreInk/issues?q=)
78+
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Core-Ink/issues?q=)
7979
required: true
8080
- label: My report contains all necessary details
8181
required: true

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "M5-CoreInk",
2+
"name": "M5Core-Ink",
33
"description": "M5Stack CoreInk development board",
44
"keywords": "M5Stack CoreInk",
55
"authors": {
@@ -8,9 +8,9 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/m5stack/M5-CoreInk.git"
11+
"url": "https://github.com/m5stack/M5Core-Ink.git"
1212
},
1313
"version": "0.0.5",
1414
"frameworks": "arduino",
1515
"platforms": "espressif32"
16-
}
16+
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=M5-CoreInk
1+
name=M5Core-Ink
22
version=0.0.5
33
author=M5Stack
44
maintainer=Hades<[email protected]>
55
sentence=Library for M5CoreInk development kit
66
paragraph=See more on http://M5Stack.com
77
category=Device Control
8-
url=https://github.com/m5stack/M5-CoreInk.git
8+
url=https://github.com/m5stack/M5Core-Ink.git
99
architectures=esp32
1010
includes=M5CoreInk.h

0 commit comments

Comments
 (0)