commit: f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 22 07:57:33 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 22 07:58:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10e0971
dev-python/bracex: Fix URLs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/bracex/bracex-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bracex/bracex-2.1.1.ebuild b/dev-python/bracex/bracex-2.1.1.ebuild index 97076b1d957..14f6cc11376 100644 --- a/dev-python/bracex/bracex-2.1.1.ebuild +++ b/dev-python/bracex/bracex-2.1.1.ebuild @@ -18,8 +18,8 @@ inherit distutils-r1 docs DESCRIPTION="Bash style brace expansion for Python" HOMEPAGE=" - https://github.com/facelessuser/bracex - https://pypi.org/project/bracex + https://github.com/facelessuser/bracex/ + https://pypi.org/project/bracex/ " SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
