Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: temporarily switch to fork of md4lean #258

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "470c41643209208d325a5a7315116f293c7443fb",
"rev": "51b0cd28a0ca79ccfa91b8c7d5eb94ba075dfdb4",
"name": "UnicodeBasic",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -31,14 +31,14 @@
"inputRev": "master",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/acmepjz/md4lean",
{"url": "https://github.com/kim-em/md4lean",
"type": "git",
"subDir": null,
"scope": "",
"rev": "f8ed91f3a9d806648ae6a03ab98c8b87e8bedc7e",
"rev": "17e3f60bca8b6fdc19a55e2a7c9840a9f7afd1dc",
"name": "MD4Lean",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "bump_to_v4.16.0-rc1",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "«doc-gen4»",
Expand Down
5 changes: 4 additions & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ lean_exe «doc-gen4» {
}

require MD4Lean from git
"https://github.com/acmepjz/md4lean" @ "main"
-- This should be the original version:
-- "https://github.com/acmepjz/md4lean" @ "main"
-- but as we don't have write access to that repo we are temporarily using this fork:
"https://github.com/kim-em/md4lean" @ "bump_to_v4.16.0-rc1"

require BibtexQuery from git
"https://github.com/dupuisf/BibtexQuery" @ "master"
Expand Down
Loading