app-admin/ansible-molecule: update GitHub remote

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2023-10-23 22:02:41 +01:00
parent d41c1c087e
commit 50377fe630
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ PYPI_PN="molecule"
inherit distutils-r1 docs optfeature pypi
DESCRIPTION="A toolkit designed to aid in the development and testing of Ansible roles"
HOMEPAGE="https://pypi.org/project/molecule/ https://github.com/ansible-community/molecule/"
HOMEPAGE="https://pypi.org/project/molecule/ https://github.com/ansible/molecule/"
LICENSE="MIT"
SLOT="0"

View File

@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">molecule</remote-id>
<remote-id type="github">ansible-community/molecule</remote-id>
<remote-id type="github">ansible/molecule</remote-id>
</upstream>
</pkgmetadata>