From 863396a5fef9d6ed213419279fa5165a68636724 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 9 Nov 2015 06:56:36 +0000 Subject: * common.mk: Use ruby organization url for simplecov repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d8c0527f0d..91fffb21be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 9 15:56:07 2015 SHIBATA Hiroshi + + * common.mk: Use ruby organization url for simplecov repository. + Sun Nov 8 16:24:09 2015 Masaki Matsushita * NEWS: describe addition of File::TMPFILE diff --git a/common.mk b/common.mk index e5cb5f8145..4ba0fbc65f 100644 --- a/common.mk +++ b/common.mk @@ -25,7 +25,7 @@ SPEC_GIT_BASE = git://github.com/ruby MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git -SIMPLECOV_GIT_URL = git://github.com/hsbt/simplecov.git +SIMPLECOV_GIT_URL = git://github.com/ruby/simplecov.git STATIC_RUBY = static-ruby -- cgit v1.2.3