10 src = fetchFromGitHub {
12 repo = "matrix-authentication-service";
14 hash = "sha256-e5JlkcSJ44iE+pVnGQpGiSNahxUcIFeaPyOjp9E3eD0=";
17 sourceRoot = "${src.name}/tools/syn2mas";
19 npmDepsHash = "sha256-47tFcKgzH/2WEX99rs7F79TXBXjqVwEumg5aLkx86Fw=";
24 description = "Tool to help with the migration of a Matrix Synapse installation to the Matrix Authentication Service";
25 homepage = "https://github.com/matrix-org/matrix-authentication-service/tree/main/tools/syn2mas";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ teutat3s ];
28 mainProgram = "syn2mas";