[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/nim-lang/nimble.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "vendor/checksums"]
	active = true
	url = https://github.com/nim-lang/checksums.git
[submodule "vendor/chronos"]
	active = true
	url = https://github.com/status-im/nim-chronos.git
[submodule "vendor/results"]
	active = true
	url = https://github.com/arnetheduck/nim-results.git
[submodule "vendor/sat"]
	active = true
	url = https://github.com/nim-lang/sat.git
[submodule "vendor/stew"]
	active = true
	url = https://github.com/status-im/nim-stew.git
[submodule "vendor/zippy"]
	active = true
	url = https://github.com/guzba/zippy.git
