diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-27 21:45:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-27 21:45:40 +0200 |
commit | a616c6885202f1979fa1c9718b49a88207c7fc6a (patch) | |
tree | 1a0fe207ff06d58c09f7b593f3890d162b8b7ecd /dev-python/requests-cache | |
parent | dev-python/jedi: Remove old (diff) | |
download | gentoo-a616c6885202f1979fa1c9718b49a88207c7fc6a.tar.gz gentoo-a616c6885202f1979fa1c9718b49a88207c7fc6a.tar.bz2 gentoo-a616c6885202f1979fa1c9718b49a88207c7fc6a.zip |
dev-python/requests-cache: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r-- | dev-python/requests-cache/requests-cache-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild b/dev-python/requests-cache/requests-cache-0.9.4.ebuild index 9d8c4ac27acb..c9a10a8eef4c 100644 --- a/dev-python/requests-cache/requests-cache-0.9.4.ebuild +++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild @@ -11,11 +11,11 @@ inherit distutils-r1 optfeature HOMEPAGE=" https://pypi.org/project/requests-cache/ - https://github.com/reclosedev/requests-cache/ + https://github.com/requests-cache/requests-cache/ " DESCRIPTION="Persistent cache for requests library" SRC_URI=" - https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz + https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " |