diff --git a/lib/DDG/Goodie/DateMath.pm b/lib/DDG/Goodie/DateMath.pm index 5622855cf..d224882b1 100644 --- a/lib/DDG/Goodie/DateMath.pm +++ b/lib/DDG/Goodie/DateMath.pm @@ -16,7 +16,7 @@ description 'calculate the date with an offset'; name 'DateMath'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DateMath.pm'; category 'time_sensitive'; -topics 'everyday_goodies'; +topics 'everyday'; attribution github => ['http://github.com/cj01101', 'cj01101']; diff --git a/lib/DDG/Goodie/DaysBetween.pm b/lib/DDG/Goodie/DaysBetween.pm index dde585ab6..addee3665 100644 --- a/lib/DDG/Goodie/DaysBetween.pm +++ b/lib/DDG/Goodie/DaysBetween.pm @@ -16,7 +16,7 @@ description 'calculate the number of days between two dates'; name 'DaysBetween'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DaysBetween.pm'; category 'calculations'; -topics 'everyday_goodies'; +topics 'everyday'; attribution github => ['http://github.com/JetFault', 'JetFault']; diff --git a/lib/DDG/Goodie/DuckDuckGo.pm b/lib/DDG/Goodie/DuckDuckGo.pm index 077d8566a..9553a564a 100644 --- a/lib/DDG/Goodie/DuckDuckGo.pm +++ b/lib/DDG/Goodie/DuckDuckGo.pm @@ -33,7 +33,7 @@ description 'take the average of a list of numbers'; name 'DuckDuckGo'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DuckDuckGo.pm'; category 'cheat_sheets'; -topics 'everyday_goodies'; +topics 'everyday'; attribution twitter => 'crazedpsyc', cpan => 'CRZEDPSYC' ; diff --git a/lib/DDG/Goodie/MoonPhases.pm b/lib/DDG/Goodie/MoonPhases.pm index 5f4ef05ee..c49357ec0 100644 --- a/lib/DDG/Goodie/MoonPhases.pm +++ b/lib/DDG/Goodie/MoonPhases.pm @@ -14,7 +14,7 @@ description "Lunar phase"; name "MoonPhases"; -topics "special_interest", "everyday_goodies"; +topics "special_interest", "everyday"; category "random"; diff --git a/lib/DDG/Goodie/Tips.pm b/lib/DDG/Goodie/Tips.pm index f82623f5c..5ab7e1e4d 100755 --- a/lib/DDG/Goodie/Tips.pm +++ b/lib/DDG/Goodie/Tips.pm @@ -9,7 +9,7 @@ description 'calculate a total including a percentage tip'; name 'Tips'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Tips.pm'; category 'calculations'; -topics 'everyday_goodies'; +topics 'everyday'; attribution github => [ 'http://github.com/mattlehning', 'mattlehning' ]; handle query_lc => sub { diff --git a/lib/DDG/Goodie/UN.pm b/lib/DDG/Goodie/UN.pm index 76c687851..8a1faf3c8 100644 --- a/lib/DDG/Goodie/UN.pm +++ b/lib/DDG/Goodie/UN.pm @@ -11,7 +11,7 @@ description 'gives a description for a given UN number'; name 'UN Number'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/UN.pm'; category 'facts'; -topics 'everyday_goodies'; +topics 'everyday'; use constant WPHREF => "http://en.wikipedia.org/wiki/List_of_UN_numbers_%04d_to_%04d";