summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-01 22:57:35 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 22:57:35 -0500
commit521829739b8c1655ef5c56fd4bcf2097c22ad62f (patch)
tree55fca9031a25bb0550b5aceb82b07158913d5823 /.gitmodules
parent0e0e49d2381738501139d311b3147c6ae8179e11 (diff)
Use Promethea Raschke's fork of base32-bytestring.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index dcc18b41..2e0ae261 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
4[submodule "bencoding"] 4[submodule "bencoding"]
5 path = bencoding 5 path = bencoding
6 url = https://github.com/sergv/bencoding.git 6 url = https://github.com/sergv/bencoding.git
7[submodule "base32-bytestring"]
8 path = base32-bytestring
9 url = https://github.com/eth-r/base32-bytestring