aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-04 14:51:01 +0200
committerLoïc Hoguin <[email protected]>2023-05-04 14:51:01 +0200
commit2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b (patch)
tree151cf65cfbb8e1432dd854d4ba613fc359c55f6b /doc
parentca57fa51f4b0610060c2d9eb56101bb4a33ad8c9 (diff)
downloaderlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.tar.gz
erlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.tar.bz2
erlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.zip
Remove rabbit/amqp_client packages and patches
We expect users to fetch these projects from hex.pm now and the packages no longer worked.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/deps.asciidoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index 081f4f7..a6b50f8 100644
--- a/doc/src/guide/deps.asciidoc
+++ b/doc/src/guide/deps.asciidoc
@@ -559,10 +559,8 @@ performed:
* Run autopatch on the project
Autopatch first checks if there is any project-specific patch
-enabled. There are currently three: `RABBITMQ_CLIENT_PATCH` for
-the `amqp_client` dependency (before 3.6.0), `RABBITMQ_SERVER_PATCH`
-for the `rabbit` dependency (before 3.6.0) and `ELIXIR_PATCH`
-for the `elixir` dependency.
+enabled. There is currently one: `ELIXIR_PATCH` for the `elixir`
+dependency.
Otherwise, autopatch performs different operations depending
on the kind of project it finds the dependency to be.