This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch couchdb in repository https://gitbox.apache.org/repos/asf/couchdb-gun.git
commit 9adb5a603fcb52ee199041947be32bf95694520c Author: Robert Newson <[email protected]> AuthorDate: Tue Jul 22 10:48:58 2025 +0100 use ASF mirror --- Makefile | 2 +- erlang.mk | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e69fbda..681daee 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.15.0 +dep_cowlib = git https://github.com/apache/couchdb-cowlib 2.15.0 ifeq ($(GUN_QUICER),1) DEPS += quicer diff --git a/erlang.mk b/erlang.mk index e6e7ea4..ae71d47 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 a37495e..08078ed 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.15.0"}}} +{cowlib,".*",{git,"https://github.com/apache/couchdb-cowlib",{tag,"2.15.0"}}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.
