aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-03-29 10:51:37 +0200
committerLoïc Hoguin <[email protected]>2021-03-29 10:51:37 +0200
commit9df1a2399870a7944a1847fe2becf1738f747dce (patch)
treed05918481e9cd676dfd8aafebc90eb3d924cfd39
parent6deddc7d3360aa0f50eb2375cc0226157185c472 (diff)
downloadcowlib-9df1a2399870a7944a1847fe2becf1738f747dce.tar.gz
cowlib-9df1a2399870a7944a1847fe2becf1738f747dce.tar.bz2
cowlib-9df1a2399870a7944a1847fe2becf1738f747dce.zip
Update base32 master->main
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e50baec..e2a9d6c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx \
structured-header-tests uritemplate-tests
-dep_base32 = git https://github.com/dnsimple/base32_erlang master
+dep_base32 = git https://github.com/dnsimple/base32_erlang main
dep_horse = git https://github.com/ninenines/horse.git master
dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0
dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests e614583397e7f65e0082c0fff3929f32a298b9f2