diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:17:26 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 17:38:03 -0400 |
commit | b15c7f7fc2914893c048b034ab758e4ca89e0269 (patch) | |
tree | 7b555193c7e79f648910e131c2f6d7ea76cb49fd /dev-ruby/expression_parser | |
parent | dev-ruby/cri: use HTTPS (diff) | |
download | gentoo-b15c7f7fc2914893c048b034ab758e4ca89e0269.tar.gz gentoo-b15c7f7fc2914893c048b034ab758e4ca89e0269.tar.bz2 gentoo-b15c7f7fc2914893c048b034ab758e4ca89e0269.zip |
dev-ruby/expression_parser: use HTTPS
Diffstat (limited to 'dev-ruby/expression_parser')
-rw-r--r-- | dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild index c02d830b7298..5684d53224ac 100644 --- a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild +++ b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_VERSION="0.9.0.20130518" inherit ruby-fakegem DESCRIPTION="A math parser" -HOMEPAGE="http://lukaszwrobel.pl/blog/math-parser-part-3-implementation" +HOMEPAGE="https://lukaszwrobel.pl/blog/math-parser-part-3-implementation" COMMIT_ID="6e3c7973423ff0f2cd33db2304fcd4eac3af01ad" SRC_URI="https://github.com/nricciar/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" |