Store Mustache source code on dev.kiwix.org

This commit is contained in:
Emmanuel Engelhart 2025-04-20 13:20:14 +02:00 committed by Kelson
parent 19017bd812
commit 96cd8895a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Mustache(Dependency):
archive = Remotefile(
"Mustache-4.1.tar.gz",
"acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167",
"https://github.com/kainjow/Mustache/archive/v4.1.tar.gz",
"https://dev.kiwix.org/kiwix-build/mustache-4.1.tar.gz",
)
class Builder(BaseBuilder):