This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-gun.git
commit 7e7cc8f1e1cfc401d73d4f58898bd20fd31c8d1f Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sat Jun 13 16:46:52 2026 -0400 use ASF mirror for cowlib 2.17.1 --- Makefile | 2 +- erlang.mk | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f111392..2a633a8 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl LOCAL_DEPS = public_key ssl DEPS = cowlib -dep_cowlib = git https://github.com/ninenines/cowlib 2.19.0 +dep_cowlib = git https://github.com/apache/couchdb-cowlib 2.19.0 ifeq ($(GUN_QUICER),1) DEPS += quicer diff --git a/erlang.mk b/erlang.mk index e2b7d23..325cba1 100644 --- a/erlang.mk +++ b/erlang.mk @@ -312,7 +312,7 @@ pkg_cowlib_name = cowlib pkg_cowlib_description = Support library for manipulating Web protocols. pkg_cowlib_homepage = http://ninenines.eu pkg_cowlib_fetch = git -pkg_cowlib_repo = https://github.com/ninenines/cowlib +pkg_cowlib_repo = https://github.com/apache/couchdb-cowlib pkg_cowlib_commit = master PACKAGES += elixir diff --git a/rebar.config b/rebar.config index 9975b74..a493fbc 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.19.0"}}} +{cowlib,".*",{git,"https://github.com/apache/couchdb-cowlib",{tag,"2.19.0"}}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.
