diff --git a/README.md b/README.md index 5dfed76..ca92c39 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ machine itself. ## Installation ``` -ddev get ochorocho/ddev-rabbitmq && ddev restart +ddev get b13/ddev-rabbitmq && ddev restart ``` ## Configuration @@ -70,4 +70,4 @@ You can access the RabbitMQ service through its AMQP protocol inside any DDEV co **Originally Contributed by [@Graloth](https://github.com/Graloth) in [ddev-contrib](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/rabbitmq)** -**Maintained by [@ochorocho](https://github.com/ochorocho)** +**Maintained by [@b13](https://github.com/b13)** diff --git a/install.yaml b/install.yaml index 70b91b0..a61f777 100644 --- a/install.yaml +++ b/install.yaml @@ -6,8 +6,3 @@ project_files: - commands/rabbitmq/ - rabbitmq/config.yaml - rabbitmq/schema.json - -removal_actions: - # JSON can not contain "ddev-generated" comment and this file is not intended - # to be modified therefore it is removed manually on addon removal - - rm -f "${DDEV_APPROOT}/.ddev/rabbitmq/schema.json" diff --git a/rabbitmq/schema.json b/rabbitmq/schema.json index 15ec632..4b89f49 100644 --- a/rabbitmq/schema.json +++ b/rabbitmq/schema.json @@ -1,4 +1,5 @@ { + "#ddev-generated":true, "$schema": "./config.yaml", "type": "object", "properties": {