diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-22 09:57:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-22 09:58:20 +0200 |
commit | f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b (patch) | |
tree | afbc26551e00c412e1656f9e00391286a3056bfd /dev-python/bracex | |
parent | dev-python/Faker: Remove old (diff) | |
download | gentoo-f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b.tar.gz gentoo-f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b.tar.bz2 gentoo-f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b.zip |
dev-python/bracex: Fix URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bracex')
-rw-r--r-- | dev-python/bracex/bracex-2.1.1.ebuild | 4 |
1 files 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 97076b1d9574..14f6cc11376c 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" |