Skip to content

Commit befa8b3

Browse files
committed
Update urls and contributors in package.json
1 parent 81bfb27 commit befa8b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Clikengo/foundationdb-actions-install.git"
11+
"url": "git+https://github.com/foundationdb-rs/foundationdb-actions-install.git"
1212
},
1313
"keywords": [
1414
"actions",
1515
"foundationdb",
1616
"install"
1717
],
1818
"author": "Vincent Rouillé <v.rouille@clikengo.com>",
19+
"contributors": [
20+
"Pierre Zemb <pierre.zemb.isen@gmail.com>",
21+
"Karim Houari <khouari1@gmail.com>"
22+
],
1923
"license": "MIT",
2024
"bugs": {
21-
"url": "https://github.com/Clikengo/foundationdb-actions-install/issues"
25+
"url": "https://github.com/foundationdb-rs/foundationdb-actions-install/issues"
2226
},
23-
"homepage": "https://github.com/Clikengo/foundationdb-actions-install#readme",
27+
"homepage": "https://github.com/foundationdb-rs/foundationdb-actions-install#readme",
2428
"dependencies": {
2529
"@actions/core": "^1.2.6"
2630
},

0 commit comments

Comments
 (0)