diff --git a/pkgs/development/libraries/matrix-sdk-crypto-nodejs/beta3.nix b/pkgs/development/libraries/matrix-sdk-crypto-nodejs/beta3.nix index 26206a568653..1ffe479c4ff2 100644 --- a/pkgs/development/libraries/matrix-sdk-crypto-nodejs/beta3.nix +++ b/pkgs/development/libraries/matrix-sdk-crypto-nodejs/beta3.nix @@ -1,5 +1,13 @@ -{ lib, stdenv, fetchFromGitHub -, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv +{ + lib, + stdenv, + fetchFromGitHub, + cargo, + rustPlatform, + rustc, + napi-rs-cli, + nodejs, + libiconv, }: stdenv.mkDerivation rec { @@ -59,7 +67,10 @@ stdenv.mkDerivation rec { description = "No-network-IO implementation of a state machine that handles E2EE for Matrix clients"; homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs"; license = licenses.asl20; - maintainers = with maintainers; [ winter dandellion ]; + maintainers = with maintainers; [ + winter + dandellion + ]; inherit (nodejs.meta) platforms; }; } diff --git a/pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix b/pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix index 575172cc436b..093d3d7a2133 100644 --- a/pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix +++ b/pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix @@ -1,5 +1,13 @@ -{ lib, stdenv, fetchFromGitHub -, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv +{ + lib, + stdenv, + fetchFromGitHub, + cargo, + rustPlatform, + rustc, + napi-rs-cli, + nodejs, + libiconv, }: stdenv.mkDerivation rec { @@ -55,7 +63,10 @@ stdenv.mkDerivation rec { homepage = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs"; changelog = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/blob/main/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ winter dandellion ]; + maintainers = with maintainers; [ + winter + dandellion + ]; inherit (nodejs.meta) platforms; }; }