Skip to content

Commit c2294bf

Browse files
committed
chore(build): update sponsor and funding informations
1 parent 1719bab commit c2294bf

File tree

11 files changed

+17
-11
lines changed

11 files changed

+17
-11
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,14 @@
7171
"color": "#111111"
7272
},
7373
"sponsor": {
74-
"url": "https://github.com/sponsors/d-biehl"
74+
"url": "https://opencollective.com/robotcode"
7575
},
76+
"funding": [
77+
{
78+
"type": "opencollective",
79+
"url": "https://opencollective.com/robotcode"
80+
}
81+
],
7682
"main": "./out/extension.js",
7783
"contributes": {
7884
"icons": {

packages/analyze/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ analyze = "robotcode.analyze.hooks"
3838

3939
[project.urls]
4040
Homepage = "https://robotcode.io"
41-
Donate = "https://github.com/sponsors/d-biehl"
41+
Donate = "https://opencollective.com/robotcode"
4242
Documentation = "https://github.com/robotcodedev/robotcode#readme"
4343
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
4444
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version"]
3030

3131
[project.urls]
3232
Homepage = "https://robotcode.io"
33-
Donate = "https://github.com/sponsors/d-biehl"
33+
Donate = "https://opencollective.com/robotcode"
3434
Documentation = "https://github.com/robotcodedev/robotcode#readme"
3535
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
3636
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/debugger/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ debugger = "robotcode.debugger.hooks"
4040

4141
[project.urls]
4242
Homepage = "https://robotcode.io"
43-
Donate = "https://github.com/sponsors/d-biehl"
43+
Donate = "https://opencollective.com/robotcode"
4444
Documentation = "https://github.com/robotcodedev/robotcode#readme"
4545
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
4646
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/jsonrpc2/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version"]
3030

3131
[project.urls]
3232
Homepage = "https://robotcode.io"
33-
Donate = "https://github.com/sponsors/d-biehl"
33+
Donate = "https://opencollective.com/robotcode"
3434
Documentation = "https://github.com/robotcodedev/robotcode#readme"
3535
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
3636
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/language_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ langserver = "robotcode.language_server.hooks"
3838

3939
[project.urls]
4040
Homepage = "https://robotcode.io"
41-
Donate = "https://github.com/sponsors/d-biehl"
41+
Donate = "https://opencollective.com/robotcode"
4242
Documentation = "https://github.com/robotcodedev/robotcode#readme"
4343
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
4444
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/modifiers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version"]
3030

3131
[project.urls]
3232
Homepage = "https://robotcode.io"
33-
Donate = "https://github.com/sponsors/d-biehl"
33+
Donate = "https://opencollective.com/robotcode"
3434
Documentation = "https://github.com/robotcodedev/robotcode#readme"
3535
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
3636
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = ["click>=8.0.0", "pluggy>=1.0.0", "tomli_w>=1.0.0"]
2929
dynamic = ["version"]
3030

3131
[project.urls]
32-
Donate = "https://github.com/sponsors/d-biehl"
32+
Donate = "https://opencollective.com/robotcode"
3333
Documentation = "https://github.com/robotcodedev/robotcode#readme"
3434
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
3535
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/robot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ["version"]
3535

3636
[project.urls]
3737
Homepage = "https://robotcode.io"
38-
Donate = "https://github.com/sponsors/d-biehl"
38+
Donate = "https://opencollective.com/robotcode"
3939
Documentation = "https://github.com/robotcodedev/robotcode#readme"
4040
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
4141
Issues = "https://github.com/robotcodedev/robotcode/issues"

packages/runner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runner = "robotcode.runner.hooks"
3939

4040
[project.urls]
4141
Homepage = "https://robotcode.io"
42-
Donate = "https://github.com/sponsors/d-biehl"
42+
Donate = "https://opencollective.com/robotcode"
4343
Documentation = "https://github.com/robotcodedev/robotcode#readme"
4444
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
4545
Issues = "https://github.com/robotcodedev/robotcode/issues"

0 commit comments

Comments
 (0)