fix MoonPhases and Passphrase metadata
parent
8a4b9a9bcc
commit
bd7f77d6b4
|
@ -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'],
|
||||
|
|
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue