diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-util/shunit2 | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r-- | dev-util/shunit2/shunit2-2.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild index 9b1eb16653fa..961a2c598fb9 100644 --- a/dev-util/shunit2/shunit2-2.1.6.ebuild +++ b/dev-util/shunit2/shunit2-2.1.6.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils DESCRIPTION="Unit-test framework for Bourne-based shell scripts" -HOMEPAGE="http://code.google.com/p/shunit2/wiki/ProjectInfo" +HOMEPAGE="https://code.google.com/p/shunit2/wiki/ProjectInfo" SRC_URI="http://shunit2.googlecode.com/files/${P}.tgz" LICENSE="LGPL-2.1" |