Skip to content

Commit e2d7cfc

Browse files
authored
Merge pull request #290 from balena-io-modules/fix-package-json-repo-url
package.json: Fix the repository url
2 parents ba518bf + 1517e0a commit e2d7cfc

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
@@ -128,14 +128,14 @@
128128
},
129129
"repository": {
130130
"type": "git",
131-
"url": "git+https://github.com/balena-io/ui-shared-components.git"
131+
"url": "git+https://github.com/balena-io-modules/ui-shared-components.git"
132132
},
133133
"author": "Balena",
134134
"license": "ISC",
135135
"bugs": {
136-
"url": "https://github.com/balena-io/ui-shared-components/issues"
136+
"url": "https://github.com/balena-io-modules/ui-shared-components/issues"
137137
},
138-
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
138+
"homepage": "https://github.com/balena-io-modules/ui-shared-components#readme",
139139
"versionist": {
140140
"publishedAt": "2026-02-19T14:07:37.218Z"
141141
},

0 commit comments

Comments
 (0)