aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-01-05 21:52:25 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-01-05 21:52:28 +0100
commit768419da6a76b974c003fce6572f36422edaecba (patch)
tree1893aa37a1f261757690a902ad08eeb0e7732855
parent4c464970904582707f9cc50ccad599734a3cc39b (diff)
switch digest module to cosimo on github
It is now updated to work on current rakudo
-rw-r--r--.gitmodules2
-rw-r--r--tools/build/panda-state.p62
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index cd016f0..c56745f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -39,7 +39,7 @@
url = git://github.com/moritz/json
[submodule "modules/perl6-digest-md5"]
path = modules/perl6-digest-md5
- url = git://github.com/FROGGS/perl6-digest-md5
+ url = git://github.com/cosimo/perl6-digest-md5
[submodule "modules/panda"]
path = modules/panda
url = git://github.com/tadzik/panda
diff --git a/tools/build/panda-state.p6 b/tools/build/panda-state.p6
index ec73567..73548c3 100644
--- a/tools/build/panda-state.p6
+++ b/tools/build/panda-state.p6
@@ -15,7 +15,7 @@ my $projects = from-json $projects-file.IO.slurp;
# In case we ship a project that is just a fork of a project listed in the ecosystem, add
# the mapping here.
my %ex =
- 'git://github.com/FROGGS/perl6-digest-md5' => 'git://github.com/cosimo/perl6-digest-md5',
+# 'git://github.com/FROGGS/perl6-digest-md5' => 'git://github.com/cosimo/perl6-digest-md5',
;
# Walk the submodules and put its project information in panda's state file.