"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

@ -11,7 +11,6 @@ class Libzim(Dependency):
class Source(GitClone):
git_remote = "https://github.com/openzim/libzim.git"
git_dir = "libzim"
base_git_ref = "main"
class Builder(MesonBuilder):
test_option = "-t 8"