diff options
Diffstat (limited to 'dev-python/pyfakefs')
-rw-r--r-- | dev-python/pyfakefs/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/pyfakefs/pyfakefs-5.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyfakefs/metadata.xml b/dev-python/pyfakefs/metadata.xml index 2d82092ab768..bbe3dd1fc390 100644 --- a/dev-python/pyfakefs/metadata.xml +++ b/dev-python/pyfakefs/metadata.xml @@ -8,6 +8,6 @@ <stabilize-allarches/> <upstream> <remote-id type="pypi">pyfakefs</remote-id> - <remote-id type="github">jmcgeheeiv/pyfakefs</remote-id> + <remote-id type="github">pytest-dev/pyfakefs</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild index f062dc1e6d95..dd669c494a62 100644 --- a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild +++ b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild @@ -10,11 +10,11 @@ inherit distutils-r1 DESCRIPTION="A fake file system that mocks the Python file system modules" HOMEPAGE=" - https://github.com/jmcgeheeiv/pyfakefs/ + https://github.com/pytest-dev/pyfakefs/ https://pypi.org/project/pyfakefs/ " SRC_URI=" - https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz + https://github.com/pytest-dev/pyfakefs/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " |