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