Commit c80f82f9 authored by Romain Paquet's avatar Romain Paquet
Browse files

djot-js: add rpqt as maintainer

parent a7412a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildNpmPackage rec {
    homepage = "https://github.com/jgm/djot.js";
    changelog = "https://github.com/jgm/djot.js/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ rpqt ];
    mainProgram = "djot";
  };
}