summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandymcmillan <randy.lee.mcmillan@gmail.com>2022-03-15 17:51:07 -0400
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-03-16 07:30:11 +0800
commit2ce0e3175bcbbf397d25f18b1008d1fdf54611f2 (patch)
tree23f7f39fbfcb6d83aadf2de70c97656fe792d09c
parent4762d99d978586fcdf08ade552f4712bfde6ef22 (diff)
downloadgitdb-2ce0e3175bcbbf397d25f18b1008d1fdf54611f2.tar.gz
.gitmodules: update smmap url
Github.com is currenly redirecting the smmap url: https://github.com/Byron/smmap.git to: https://github.com/gitpython-developers/smmap For correctness we update to the url directly
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index d85b15c..e73cded 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "smmap"]
path = gitdb/ext/smmap
- url = https://github.com/Byron/smmap.git
+ url = https://github.com/gitpython-developers/smmap.git