diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-07-09 12:01:45 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-09 11:13:15 +0100 |
commit | b358a1e3e9a7fe655064d5f69d5c592dac6614cd (patch) | |
tree | fe7c5169d6da41f37b94d31a3bab50ce444c47a6 /dev-python/signedjson | |
parent | dev-libs/ossp-uuid: fix USE=-cxx (diff) | |
download | gentoo-b358a1e3e9a7fe655064d5f69d5c592dac6614cd.tar.gz gentoo-b358a1e3e9a7fe655064d5f69d5c592dac6614cd.tar.bz2 gentoo-b358a1e3e9a7fe655064d5f69d5c592dac6614cd.zip |
dev-python/signedjson: remove extra / from SRC_URI
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/26307
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/signedjson')
-rw-r--r-- | dev-python/signedjson/signedjson-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild index e3119b96c7d6..ddefed8ba9e7 100644 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/matrix-org/python-signedjson https://pypi.python.org/pypi/signedjson " -SRC_URI="https://github.com/matrix-org/python-signedjson//archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/python-${P}" |