Skip to content

Commit 36eb0fb

Browse files
committed
Rename @matrix-org/syn2mas to @vector-im/syn2mas
1 parent 453053b commit 36eb0fb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/setup/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The deployment is non-trivial so it is important to read through and understand
2020

2121
### Get `syn2mas`
2222

23-
The easiest way to get `syn2mas` is through [`npm`](https://www.npmjs.com/package/@matrix-org/syn2mas):
23+
The easiest way to get `syn2mas` is through [`npm`](https://www.npmjs.com/package/@vector-im/syn2mas):
2424

2525
```sh
26-
npm install -g @matrix-org/syn2mas
26+
npm install -g @vector-im/syn2mas
2727
```
2828

2929
### Run the migration advisor

tools/syn2mas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The tool has two modes of operation:
1212
Pre-migration advisor:
1313

1414
```sh
15-
npx @matrix-org/syn2mas --command=advisor --synapseConfigFile homeserver.yaml
15+
npx @vectorim/syn2mas --command=advisor --synapseConfigFile homeserver.yaml
1616
```

tools/syn2mas/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/syn2mas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@matrix-org/syn2mas",
2+
"name": "@vectorim/syn2mas",
33
"version": "0.11.0",
44
"description": "A tool to migrate Synapse users and sessions to the Matrix Authentication Service",
55
"license": "AGPL-3.0-only",
66
"author": "Matrix.org",
77
"type": "module",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/matrix-org/matrix-authentication-service"
10+
"url": "https://github.com/element-hq/matrix-authentication-service"
1111
},
1212
"bin": {
1313
"syn2mas": "dist/index.js"

0 commit comments

Comments
 (0)