.gitmodules: Specify gimp-data branch as 'main'

This commit is contained in:
Bruno Lopes 2025-10-06 13:49:22 -03:00
parent 277b21ed51
commit da3a07688d
No known key found for this signature in database

1
.gitmodules vendored
View file

@ -1,4 +1,5 @@
[submodule "gimp-data"] [submodule "gimp-data"]
path = gimp-data path = gimp-data
url = https://gitlab.gnome.org/GNOME/gimp-data.git url = https://gitlab.gnome.org/GNOME/gimp-data.git
branch = main
shallow = true shallow = true