Issue #437 - add attribution

master
Mailkov 2015-11-29 15:48:55 +00:00
parent db789be089
commit fc154e1108
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DD
category "transformations";
topics "words_and_games";
attribution github => ["https://github.com/loganom", 'loganom'],
github => ["https://github.com/beardlybread", "beardlybread"],
github => ['https://github.com/gdrooid', 'gdrooid'],
email => ['gdrooid@openmailbox.org', 'gdrooid'];
# Calculate the frequency of the characters in a string
sub calc_freq {
my ($str) = @_;