nheko: add rnhmjoj as maintainer

This commit is contained in:
rnhmjoj
2024-10-11 12:40:38 +02:00
parent 9ed27f014e
commit f69e61221f
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Nheko-Reborn/nheko";
license = licenses.gpl3Plus;
mainProgram = "nheko";
maintainers = with maintainers; [ ekleog fpletz ];
maintainers = with maintainers; [ ekleog fpletz rnhmjoj ];
platforms = platforms.all;
# Should be fixable if a higher clang version is used, see:
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177