diff options
author | 2017-08-11 21:48:31 +0200 | |
---|---|---|
committer | 2017-08-11 21:56:46 +0200 | |
commit | c9a2fc5ae0ec6941c63888e601bd4019b4365b3a (patch) | |
tree | 5a9272a4006f71a298764d6e3c81d69ddb75365d /dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild | |
parent | dev-libs/fribidi: fix homepage, src_uri (diff) | |
download | gentoo-c9a2fc5ae0ec6941c63888e601bd4019b4365b3a.tar.gz gentoo-c9a2fc5ae0ec6941c63888e601bd4019b4365b3a.tar.bz2 gentoo-c9a2fc5ae0ec6941c63888e601bd4019b4365b3a.zip |
dev-python/requests-toolbelt: fix homepage
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild')
-rw-r--r-- | dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild index 7d3473c64da7..f7193a7674e2 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A utility belt for advanced users of python-requests" -HOMEPAGE="http://toolbelt.readthedocs.org/" +HOMEPAGE="https://toolbelt.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |