From 768419da6a76b974c003fce6572f36422edaecba Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 5 Jan 2015 21:52:25 +0100 Subject: switch digest module to cosimo on github It is now updated to work on current rakudo --- tools/build/panda-state.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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. -- cgit v1.1