Skip to content

Commit 8d32f73

Browse files
committed
Update authors / maintainaers and urls
1 parent 37ebe43 commit 8d32f73

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

io-package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135
"zh-cn": "这种适应者是从半贝尔-客运/保护者互联网服务网(ISG)和控制该装置的价值观。."
136136
},
137137
"authors": [
138-
"Michael Schuster <development@unltd-networx.de>"
138+
"Michael Schuster <development@unltd-networx.de>",
139+
"iobroker-community-adapters <iobroker-community-adapters@gmx.de>",
140+
"mcm1957 <mcm57@gmx.at>"
139141
],
140142
"keywords": [
141143
"Stiebel-Eltron/Tecalor",
@@ -146,8 +148,8 @@
146148
"platform": "Javascript/Node.js",
147149
"icon": "stiebel-isg.png",
148150
"enabled": true,
149-
"extIcon": "https://raw.githubusercontent.com/unltdnetworx/ioBroker.stiebel-isg/master/admin/stiebel-isg.png",
150-
"readme": "https://github.com/unltdnetworx/ioBroker.stiebel-isg/blob/master/README.md",
151+
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.stiebel-isg/master/admin/stiebel-isg.png",
152+
"readme": "https://github.com/iobroker-community-adapters/ioBroker.stiebel-isg/blob/master/README.md",
151153
"loglevel": "info",
152154
"mode": "daemon",
153155
"type": "climate-control",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,27 @@
66
"name": "Michael Schuster",
77
"email": "development@unltd-networx.de"
88
},
9-
"homepage": "https://github.com/unltdnetworx/ioBroker.stiebel-isg",
9+
"contributors": [
10+
{
11+
"name": "iobroker-community-adapters",
12+
"email": "iobroker-community-adapters@gmx.de"
13+
},
14+
{
15+
"name": "mcm1957",
16+
"email": "mcm57@gmx.at"
17+
}
18+
],
19+
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.stiebel-isg",
1020
"license": "MIT",
1121
"keywords": [
22+
"ioBroker",
1223
"Stiebel-Eltron/Tecalor",
1324
"Internet Service Gateway",
1425
"ISG"
1526
],
1627
"repository": {
1728
"type": "git",
18-
"url": "https://github.com/unltdnetworx/ioBroker.stiebel-isg"
29+
"url": "https://github.com/iobroker-community-adapters/ioBroker.stiebel-isg"
1930
},
2031
"dependencies": {
2132
"@iobroker/adapter-core": "^2.6.8",
@@ -64,7 +75,7 @@
6475
"lint": "eslint --ext .js,.jsx"
6576
},
6677
"bugs": {
67-
"url": "https://github.com/unltdnetworx/ioBroker.stiebel-isg/issues"
78+
"url": "https://github.com/iobroker-community-adapters/ioBroker.stiebel-isg/issues"
6879
},
6980
"readmeFilename": "README.md"
7081
}

0 commit comments

Comments
 (0)