11 src = fetchFromGitHub {
13 repo = "matrix-authentication-service";
15 hash = "sha256-QLtyYxV2yXHJtwWgGcyi7gRcKypYoy9Z8bkEuTopVXc=";
18 sourceRoot = "${src.name}/tools/syn2mas";
20 npmDepsHash = "sha256-pRa5qqLsI8Hx9v5tMPDkehczXZjWWAOjfDfLLh2V6Q4=";
25 description = "Tool to help with the migration of a Matrix Synapse installation to the Matrix Authentication Service";
26 homepage = "https://github.com/element-hq/matrix-authentication-service/tree/main/tools/syn2mas";
27 license = lib.licenses.agpl3Only;
28 maintainers = with lib.maintainers; [ teutat3s ];
29 mainProgram = "syn2mas";