mtxclient: add rnhmjoj as maintainer

This commit is contained in:
rnhmjoj 2024-09-14 14:51:04 +02:00
parent f69e61221f
commit 9f6acaec62
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Client API library for the Matrix protocol";
homepage = "https://github.com/Nheko-Reborn/mtxclient";
license = licenses.mit;
maintainers = with maintainers; [ fpletz pstn ];
maintainers = with maintainers; [ fpletz pstn rnhmjoj ];
platforms = platforms.all;
# Should be fixable if a higher clang version is used, see:
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177