diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-04-21 23:43:26 -0400 |
---|---|---|
committer | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-21 15:48:38 -0400 |
commit | cc4998159d68ebf3688e0707645b6d7781b12b47 (patch) | |
tree | 9ee8ca2e5c08e3fd795bd9d381bbcfbbfaf1375e /dev-python/oslotest/oslotest-2.4.0.ebuild | |
parent | distutils-r1.eclass: Do not modify the HOME variable (diff) | |
download | gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.tar.gz gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.tar.bz2 gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.zip |
HTTPS for launchpad.net
media-sound/aacplusenc was updated to use a new URL which
supports HTTPS on launchpad. Hashes were verified to ensure
they matched up correctly.
Diffstat (limited to 'dev-python/oslotest/oslotest-2.4.0.ebuild')
-rw-r--r-- | dev-python/oslotest/oslotest-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslotest/oslotest-2.4.0.ebuild b/dev-python/oslotest/oslotest-2.4.0.ebuild index 1dd8f76a13c4..a7273e0f802f 100644 --- a/dev-python/oslotest/oslotest-2.4.0.ebuild +++ b/dev-python/oslotest/oslotest-2.4.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="Oslo test framework" -HOMEPAGE="http://launchpad.net/oslo" +HOMEPAGE="https://launchpad.net/oslo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |