diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:18:25 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 17:38:05 -0400 |
commit | 8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9 (patch) | |
tree | 6c92aaf00ae6b37855c192647e7d701a904ee4b2 /dev-ruby/kramdown | |
parent | dev-ruby/expression_parser: use HTTPS (diff) | |
download | gentoo-8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9.tar.gz gentoo-8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9.tar.bz2 gentoo-8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9.zip |
dev-ruby/kramdown: use HTTPS
Diffstat (limited to 'dev-ruby/kramdown')
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.14.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild index 960481b618d8..fbc6f81f1a4e 100644 --- a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild +++ b/dev-ruby/kramdown/kramdown-1.13.2-r1.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=5 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="data" inherit ruby-fakegem DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition" -HOMEPAGE="http://kramdown.gettalong.org/" +HOMEPAGE="https://kramdown.gettalong.org/" LICENSE="MIT" diff --git a/dev-ruby/kramdown/kramdown-1.14.0.ebuild b/dev-ruby/kramdown/kramdown-1.14.0.ebuild index ef36430142fa..bf0d2f12f443 100644 --- a/dev-ruby/kramdown/kramdown-1.14.0.ebuild +++ b/dev-ruby/kramdown/kramdown-1.14.0.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=5 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="data" inherit ruby-fakegem DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition" -HOMEPAGE="http://kramdown.gettalong.org/" +HOMEPAGE="https://kramdown.gettalong.org/" LICENSE="MIT" |