From 737e2a7dd89d11bcfcf1779ac632c695d35af42b Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 10 Mar 2020 13:18:47 +0000 Subject: [PATCH] Correct Repo URLs Co-Authored-By: Sviatoslav Sydorenko --- galaxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 1de2e49..f1dc1c8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ license: GPL-3.0-or-later license_file: COPYING tags: null dependencies: {} -repository: https://github.com:ansible-collections/ansible.posix +repository: https://github.com/ansible-collections/ansible.posix documentation: https://github.com/ansible-collections/ansible.posix/tree/master/docs -homepage: https://github.com:ansible-collections/ansible.posix -issues: https://github.com:ansible-collections/ansible.posix +homepage: https://github.com/ansible-collections/ansible.posix +issues: https://github.com/ansible-collections/ansible.posix