diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:25:34 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 17:38:11 -0400 |
commit | 36800bc5628c86c89b318dfd27ea8d36da75c29f (patch) | |
tree | fc39bf27970bd9ada68022851e73642960082356 /dev-ruby/tzinfo | |
parent | dev-ruby/typhoeus: use HTTPS, sync HOMEPAGEs (diff) | |
download | gentoo-36800bc5628c86c89b318dfd27ea8d36da75c29f.tar.gz gentoo-36800bc5628c86c89b318dfd27ea8d36da75c29f.tar.bz2 gentoo-36800bc5628c86c89b318dfd27ea8d36da75c29f.zip |
dev-ruby/tzinfo: use HTTPS
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild index 82a43ae9846a..3e810347f76b 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README" inherit ruby-fakegem DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.github.io/" +HOMEPAGE="https://tzinfo.github.io/" LICENSE="MIT" SLOT="0" |