joshuto: add xrelkd to maintainers

This commit is contained in:
xrelkd
2023-08-30 16:24:12 +08:00
parent 63842622b3
commit 213d719c2d
@@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kamiyaa/joshuto";
changelog = "https://github.com/kamiyaa/joshuto/releases/tag/${src.rev}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ figsoda totoroot ];
maintainers = with maintainers; [ figsoda totoroot xrelkd ];
};
}