Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch digest module to cosimo on github
It is now updated to work on current rakudo
  • Loading branch information
moritz committed Jan 5, 2015
1 parent 4c46497 commit 768419d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/build/panda-state.p6
Expand Up @@ -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.
Expand Down

0 comments on commit 768419d

Please sign in to comment.