"main" is now our default branch for all our projects.

This commit is contained in:
Matthieu Gautier
2023-01-03 10:19:52 +01:00
parent 9d910ac9c5
commit 1f8ccde487
3 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@ class ZimTools(Dependency):
class Source(GitClone):
git_remote = "https://github.com/openzim/zim-tools.git"
git_dir = "zim-tools"
base_git_ref = "main"
class Builder(MesonBuilder):
@classmethod