Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit c267732

Browse files
committed
syn2mas: add the repository field to fix provenance
1 parent a8821ad commit c267732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/syn2mas/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"license": "Apache-2.0",
66
"author": "Matrix.org",
77
"type": "module",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/matrix-org/matrix-authentication-service"
11+
},
812
"bin": {
913
"syn2mas": "dist/index.js"
1014
},

0 commit comments

Comments
 (0)