diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-ruby/rainbow | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ruby/rainbow')
-rw-r--r-- | dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rainbow/rainbow-1.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rainbow/rainbow-2.0.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild b/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild index 791af3ac007d..f38511138275 100644 --- a/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild +++ b/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog README.markdown" inherit ruby-fakegem DESCRIPTION="Extends ruby's String class with colored text on ANSI terminals" -HOMEPAGE="http://github.com/sickill/rainbow" +HOMEPAGE="https://github.com/sickill/rainbow" SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" diff --git a/dev-ruby/rainbow/rainbow-1.1.4.ebuild b/dev-ruby/rainbow/rainbow-1.1.4.ebuild index aab3009906fa..0516a4846048 100644 --- a/dev-ruby/rainbow/rainbow-1.1.4.ebuild +++ b/dev-ruby/rainbow/rainbow-1.1.4.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog README.markdown" inherit ruby-fakegem DESCRIPTION="Extends ruby's String class with colored text on ANSI terminals" -HOMEPAGE="http://github.com/sickill/rainbow" +HOMEPAGE="https://github.com/sickill/rainbow" SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" diff --git a/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild b/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild index 3d13aabe11da..8219e8d75649 100644 --- a/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild +++ b/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown" inherit ruby-fakegem DESCRIPTION="Colorize printed text on ANSI terminals" -HOMEPAGE="http://github.com/sickill/rainbow" +HOMEPAGE="https://github.com/sickill/rainbow" SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" diff --git a/dev-ruby/rainbow/rainbow-2.0.0.ebuild b/dev-ruby/rainbow/rainbow-2.0.0.ebuild index 8edccc395dbb..8e2e85a0801d 100644 --- a/dev-ruby/rainbow/rainbow-2.0.0.ebuild +++ b/dev-ruby/rainbow/rainbow-2.0.0.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown" inherit ruby-fakegem DESCRIPTION="Colorize printed text on ANSI terminals" -HOMEPAGE="http://github.com/sickill/rainbow" +HOMEPAGE="https://github.com/sickill/rainbow" SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" |