From 8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02 Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Tue, 24 May 2016 20:20:10 -0400 Subject: HTTPS (and canonicalize domain) for github.com All links to www.github.com were changed to github.com (preferred by GitHub). During the automated testing of all modified packages the following SRC_URIs were discovered to have changed upstream. Upon closer inspection they were all confirmed to not be regressions. They will all continue to work when served from the mirrors. * dev-python/catkin_pkg-0.2.10 (upstream tarball changed) * dev-python/rosdistro-0.4.4 (upstream tarball changed) * dev-util/rosdep-0.11.4 (upstream tarball changed) * dev-util/wstool-0.1.12 (upstream tarball changed) * dev-util/wstool-0.1.13 (upstream tarball changed) * dev-util/rosdep-0.11.5 (upstream tarball deleted) --- dev-python/aadict/aadict-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/aadict') diff --git a/dev-python/aadict/aadict-0.2.2.ebuild b/dev-python/aadict/aadict-0.2.2.ebuild index b723e4df5101..4d027e6b9475 100644 --- a/dev-python/aadict/aadict-0.2.2.ebuild +++ b/dev-python/aadict/aadict-0.2.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="An auto-attribute dict (and a couple of other useful dict functions)" -HOMEPAGE="http://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict" +HOMEPAGE="https://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" -- cgit v1.2.3-65-gdbad