Unverified Commit f69e6122 authored by rnhmjoj's avatar rnhmjoj
Browse files

nheko: add rnhmjoj as maintainer

parent 9ed27f01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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