Skip to content

Commit

Permalink
[TASK] Update maintainer and install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Nov 9, 2023
1 parent b370dd4 commit bb0803c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine itself.
## Installation

```
ddev get ochorocho/ddev-rabbitmq && ddev restart
ddev get b13/ddev-rabbitmq && ddev restart
```

## Configuration
Expand Down Expand Up @@ -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)**
5 changes: 0 additions & 5 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions rabbitmq/schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"#ddev-generated":true,
"$schema": "./config.yaml",
"type": "object",
"properties": {
Expand Down

0 comments on commit bb0803c

Please sign in to comment.