From 2115e374783769b527b191f8960c36fe2c95e2d7 Mon Sep 17 00:00:00 2001 From: Mailkov Date: Fri, 4 Dec 2015 13:11:42 +0000 Subject: [PATCH] fix attribution --- lib/DDG/Goodie/Anagram.pm | 3 ++- lib/DDG/Goodie/Scramble.pm | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/DDG/Goodie/Anagram.pm b/lib/DDG/Goodie/Anagram.pm index a1043a35a..5b87a3127 100644 --- a/lib/DDG/Goodie/Anagram.pm +++ b/lib/DDG/Goodie/Anagram.pm @@ -36,7 +36,8 @@ 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']; + email => ['gdrooid@openmailbox.org', 'gdrooid'], + github => ["https://github.com/Mailkov", "Melchiorre Alastra"]; # Calculate the frequency of the characters in a string sub calc_freq { diff --git a/lib/DDG/Goodie/Scramble.pm b/lib/DDG/Goodie/Scramble.pm index faeec1eae..4df551e83 100644 --- a/lib/DDG/Goodie/Scramble.pm +++ b/lib/DDG/Goodie/Scramble.pm @@ -36,8 +36,8 @@ topics "words_and_games"; attribution github => ["https://github.com/loganom", 'loganom'], github => ["https://github.com/beardlybread", "beardlybread"], github => ['https://github.com/gdrooid', 'gdrooid'], - github => ['https://github.com/Mailkov', 'Mailkov'], - email => ['gdrooid@openmailbox.org', 'gdrooid']; + email => ['gdrooid@openmailbox.org', 'gdrooid'], + github => ["https://github.com/Mailkov", "Melchiorre Alastra"]; my $operation = 'Scramble of';