fix MoonPhases and Passphrase metadata

master
Michael Smith 2012-11-06 17:16:17 -07:00
parent 8a4b9a9bcc
commit bd7f77d6b4
2 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@ package DDG::Goodie::MoonPhases;
use DDG::Goodie;
use Astro::MoonPhase;
primary_example_queries => "lunar phase";
primary_example_queries "lunar phase";
secondary_example_queries =>
secondary_example_queries
"moon phase",
"phase of the moon",
"what is the current lunar phase";
@ -14,9 +14,9 @@ description "Lunar phase";
name "MoonPhases";
topics => "special_interest", "everyday_goodies";
topics "special_interest", "everyday_goodies";
category => "random";
category "random";
attribution
github => ['https://github.com/rpicard', 'rpicard'],

View File

@ -8,7 +8,7 @@ primary_example_queries 'passphrase 3';
description 'generate a random passphrase';
name 'Passphrase';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Passphrase.pm';
category 'computing';
category 'computing_tools';
topics 'cryptography';
attribution github => ['https://github.com/hunterlang', 'hunterlang'];