Merge pull request #110457 from pstn/mtxdrop

mtxclient: Remove unneeded dependencies, add myself as maintainer.

authored by

Michele Guerini Rocco and committed by
GitHub
bba33c36 a57e182e

+1 -5
+1 -5
pkgs/development/libraries/mtxclient/default.nix
··· 5 5 , pkg-config 6 6 , boost17x 7 7 , openssl 8 - , zlib 9 - , libsodium 10 8 , olm 11 9 , spdlog 12 10 , nlohmann_json ··· 42 40 spdlog 43 41 boost17x 44 42 openssl 45 - zlib 46 - libsodium 47 43 olm 48 44 ]; 49 45 ··· 51 47 description = "Client API library for Matrix, built on top of Boost.Asio"; 52 48 homepage = "https://github.com/Nheko-Reborn/mtxclient"; 53 49 license = licenses.mit; 54 - maintainers = with maintainers; [ fpletz ]; 50 + maintainers = with maintainers; [ fpletz pstn ]; 55 51 platforms = platforms.all; 56 52 # Should be fixable if a higher clang version is used, see: 57 53 # https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177