Namespace issue with new galaxy.ansible.com

Hi @tannerjc, thanks a lot for your help.
What I see now is a new “collection namespace” called “laniakea_elixir_it”.
Role installation is till not working, as you can see in the following, because there’s no “laniakea” GitHub repository. And still, I’m not the owner of the neamespaces.
Am I missing some actions to do?
Kind regards,
Marco

(venv2) root@laniakea-dev:~# ansible-galaxy role install Laniakea-elixir-it.galaxy,v2.0.0
Starting galaxy role install process
- downloading role 'galaxy', owned by Laniakea-elixir-it
- downloading role from https://github.com/Laniakea-elixir-it/ansible-role-laniakea-galaxy/archive/v2.0.0.tar.gz
- extracting Laniakea-elixir-it.galaxy to /root/.ansible/roles/Laniakea-elixir-it.galaxy
- Laniakea-elixir-it.galaxy (v2.0.0) was installed successfully
- adding dependency: galaxyproject.cvmfs
- downloading role 'cvmfs', owned by galaxyproject
- downloading role from https://github.com/galaxyproject/ansible-cvmfs/archive/0.2.21.tar.gz
- extracting galaxyproject.cvmfs to /root/.ansible/roles/galaxyproject.cvmfs
- galaxyproject.cvmfs (0.2.21) was installed successfully
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# ansible-galaxy role install laniakea.galaxy,v2.0.0
Starting galaxy role install process
- downloading role 'galaxy', owned by laniakea
- downloading role from https://github.com/laniakea/ansible-role-laniakea-galaxy/archive/v2.0.0.tar.gz
 [ERROR]: failed to download the file: HTTP Error 404: Not Found
[WARNING]: - laniakea.galaxy was NOT installed successfully.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# 
(venv2) root@laniakea-dev:~# ansible-galaxy role install laniakea.galaxy
Starting galaxy role install process
- downloading role 'galaxy', owned by laniakea
- downloading role from https://github.com/laniakea/ansible-role-laniakea-galaxy/archive/master.tar.gz
 [ERROR]: failed to download the file: HTTP Error 404: Not Found
[WARNING]: - laniakea.galaxy was NOT installed successfully.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.