diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-02-05 20:17:00 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-02-05 20:51:58 -0500 |
commit | 2e66431b78d55b5a7efb881f5ef0f99e32b543f6 (patch) | |
tree | c1e064470a3fc3e17b8591383823122ef368820c /dev-python/fusepy | |
parent | app-emacs/circe: use HTTPS, fix HOMEPAGE (diff) | |
download | gentoo-2e66431b78d55b5a7efb881f5ef0f99e32b543f6.tar.gz gentoo-2e66431b78d55b5a7efb881f5ef0f99e32b543f6.tar.bz2 gentoo-2e66431b78d55b5a7efb881f5ef0f99e32b543f6.zip |
dev-python/fusepy: update HOMEPAGE and upstream info
Diffstat (limited to 'dev-python/fusepy')
-rw-r--r-- | dev-python/fusepy/fusepy-2.0.4-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/fusepy/metadata.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild index 4d274aed3c88..81765709fec3 100644 --- a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild +++ b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python FUSE bindings using ctypes" -HOMEPAGE="https://github.com/terencehonles/fusepy" -SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/fusepy/fusepy" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml index 4158c62ad4d7..de0f4f2e6208 100644 --- a/dev-python/fusepy/metadata.xml +++ b/dev-python/fusepy/metadata.xml @@ -10,6 +10,6 @@ MacFUSE. It's just one file and is implemented using ctypes. </longdescription> <upstream> - <remote-id type="github">terencehonles/fusepy</remote-id> + <remote-id type="github">fusepy/fusepy</remote-id> </upstream> </pkgmetadata> |