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
The following commit(s) were added to refs/heads/master by this push:
new fd27324 use ASF mirror for cowlib 2.17.1
fd27324 is described below
commit fd27324363a5d9e558a19bc88108e05279d2afcd
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 c4ee94e..7a45f64 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.17.1
+dep_cowlib = git https://github.com/apache/couchdb-cowlib 2.17.1
ifeq ($(GUN_QUICER),1)
DEPS += quicer
diff --git a/erlang.mk b/erlang.mk
index 62d3af1..2416219 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 579577d..60bfd90 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.17.1"}}}
+{cowlib,".*",{git,"https://github.com/apache/couchdb-cowlib",{tag,"2.17.1"}}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.