Skip to content

Commit

Permalink
matrix-org stopped synapse development (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfriend authored Dec 19, 2023
1 parent 75393d8 commit 0fb8edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function run() {

if (installer == "poetry") {
// poetry requires a git checkout first
await exec.exec("git", ["clone", "https://github.com/matrix-org/synapse"]);
await exec.exec("git", ["clone", "https://github.com/element-hq/synapse"]);
process.chdir("synapse");
await exec.exec("python", ["-m", "pip", "install","pipx"]);
await exec.exec("python", ["-m", "pipx", "ensurepath"]);
Expand Down
2 changes: 1 addition & 1 deletion dist/create/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/create/index.js.map

Large diffs are not rendered by default.

0 comments on commit 0fb8edb

Please sign in to comment.