diff --git a/README.md b/README.md index 0eeb115..93ea201 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![tests](https://github.com/bserem/ddev-adminer/actions/workflows/tests.yml/badge.svg)](https://github.com/bserem/ddev-adminer/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) +[![tests](https://github.com/drud/ddev-adminer/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-adminer/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) # DDEV Adminer Service ## What is this? -This repository allows you to quickly install Adminer database manager into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get bserem/ddev-adminer`. +This repository allows you to quickly install Adminer database manager into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get drud/ddev-adminer`. Adminer is a full-featured database management tool written in PHP. This service currently ships the [official adminer container](https://hub.docker.com/_/adminer) @@ -19,7 +19,7 @@ This currently supports: ## Installation -* `ddev get bserem/ddev-adminer && ddev restart` +* `ddev get drud/ddev-adminer && ddev restart` Then you can just `ddev launch -a` or use `ddev describe` to get the URL (`https://.ddev.site:9101`). @@ -28,4 +28,5 @@ Then you can just `ddev launch -a` or use `ddev describe` to get the URL (`https * Adds the adminer container as a service * Overrides the `ddev launch` command at the project level with a `ddev launch -a` (or `ddev launch --adminer`) option. -**Contributed and maintained by [@bserem](https://github.com/bserem).** +**Contributed by [@bserem](https://github.com/bserem).** +**Maintained by DDEV team.**