Skip to content

Commit 0fb8edb

Browse files
authored
matrix-org stopped synapse development (#101)
1 parent 75393d8 commit 0fb8edb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function run() {
1616

1717
if (installer == "poetry") {
1818
// poetry requires a git checkout first
19-
await exec.exec("git", ["clone", "https://github.com/matrix-org/synapse"]);
19+
await exec.exec("git", ["clone", "https://github.com/element-hq/synapse"]);
2020
process.chdir("synapse");
2121
await exec.exec("python", ["-m", "pip", "install","pipx"]);
2222
await exec.exec("python", ["-m", "pipx", "ensurepath"]);

dist/create/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/create/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)