Skip to content

Commit

Permalink
Merge pull request #9 from mishin/patch-3
Browse files Browse the repository at this point in the history
Update Badge.pm
  • Loading branch information
fayland committed Apr 29, 2015
2 parents d9bea92 + d14fb97 commit 38bbacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ sub after_build {
} elsif ($badge eq 'github_tag') {
push @badges, "[![GitHub tag](https://img.shields.io/github/tag/$user_name/$repository_name.svg)]()";
} elsif ($badge eq 'license') {
push @badges, "[![Cpan license](https://img.shields.io/cpan/l/$distname.svg)]()";
push @badges, "[![Cpan license](https://img.shields.io/cpan/l/$distname.svg)](https://metacpan.org/release/$distname)";
} elsif ($badge eq 'version') {
push @badges, "[![Cpan version](https://img.shields.io/cpan/v/$distname.svg)]()";
push @badges, "[![Cpan version](https://img.shields.io/cpan/v/$distname.svg)](https://metacpan.org/release/$distname)";
}
}

Expand Down

0 comments on commit 38bbacb

Please sign in to comment.