Skip to content

Commit 0f28e9e

Browse files
committed
ci: fix urls to be case-sensitive
1 parent 60a945f commit 0f28e9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"types": "dist/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/stephanvs/opencode-ntfy.git"
12+
"url": "git+https://github.com/Stephanvs/opencode-ntfy.git"
1313
},
14-
"homepage": "https://github.com/stephanvs/opencode-ntfy#readme",
14+
"homepage": "https://github.com/Stephanvs/opencode-ntfy#readme",
1515
"bugs": {
16-
"url": "https://github.com/stephanvs/opencode-ntfy/issues"
16+
"url": "https://github.com/Stephanvs/opencode-ntfy/issues"
1717
},
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)