Skip to content

Commit

Permalink
Switch to github djvu repo copy to avoid problems with GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Nov 17, 2023
1 parent 76ba2b1 commit 7b9a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task downloadDjvu {
}
else {
exec {
commandLine = ['git', 'clone', 'git://git.code.sf.net/p/djvu/djvulibre-git', djvu]
commandLine = ['git', 'clone', 'https://github.com/max-kammerer/djvulibre.git', djvu]
}
}

Expand Down

0 comments on commit 7b9a3cb

Please sign in to comment.