summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
2 files changed, 5 insertions, 1 deletions
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 <hsbt@ruby-lang.org>
+
+ * common.mk: Use ruby organization url for simplecov repository.
+
Sun Nov 8 16:24:09 2015 Masaki Matsushita <glass.saga@gmail.com>
* 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