matrix-conduit: add pimeys as maintainer

This commit is contained in:
Julius de Bruijn 2022-02-04 18:32:20 +01:00
parent d0a7fc845d
commit 9736bfc373

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A Matrix homeserver written in Rust";
homepage = "https://conduit.rs/";
license = licenses.asl20;
maintainers = with maintainers; [ pstn piegames ];
maintainers = with maintainers; [ pstn piegames pimeys ];
};
}