From 64befe596e0217aeb94873009f0b996e053e19e0 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:57:33 +0200 Subject: [PATCH] syn2mas: drop 'syn2mas' has been removed. It has been integrated into the main matrix-authentication-service CLI as a subcommand: 'mas-cli syn2mas'. --- pkgs/by-name/sy/syn2mas/package.nix | 31 ----------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 pkgs/by-name/sy/syn2mas/package.nix diff --git a/pkgs/by-name/sy/syn2mas/package.nix b/pkgs/by-name/sy/syn2mas/package.nix deleted file mode 100644 index 5e98fd15467a..000000000000 --- a/pkgs/by-name/sy/syn2mas/package.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ - lib, - buildNpmPackage, - fetchFromGitHub, -}: - -buildNpmPackage rec { - pname = "syn2mas"; - version = "0.15.0"; - - src = fetchFromGitHub { - owner = "element-hq"; - repo = "matrix-authentication-service"; - rev = "v${version}"; - hash = "sha256-RK58yfsPJirOKHyBnth42sLTkWo+AkMylEigH0w/RWc="; - }; - - sourceRoot = "${src.name}/tools/syn2mas"; - - npmDepsHash = "sha256-RzZjTKS4d/n9mIJ+eUY7NlqWssCnJ2Yh2nAMwasY8Fk="; - - dontBuild = true; - - meta = { - description = "Tool to help with the migration of a Matrix Synapse installation to the Matrix Authentication Service"; - homepage = "https://github.com/element-hq/matrix-authentication-service/tree/main/tools/syn2mas"; - license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ teutat3s ]; - mainProgram = "syn2mas"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 4c40dac8e6d4..5cc753130ff5 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1905,6 +1905,7 @@ mapAliases { swt_jdk8 = throw "'swt_jdk8' has been removed due to being unused and broken for a long time"; # Added 2025-01-07 Sylk = sylk; # Added 2024-06-12 symbiyosys = sby; # Added 2024-08-18 + syn2mas = throw "'syn2mas' has been removed. It has been integrated into the main matrix-authentication-service CLI as a subcommand: 'mas-cli syn2mas'."; # Added 2025-07-07 sync = taler-sync; # Added 2024-09-04 syncthing-cli = throw "'syncthing-cli' has been renamed to/replaced by 'syncthing'"; # Converted to throw 2024-10-17 syncthingtray-qt6 = syncthingtray; # Added 2024-03-06