add missing semicolon to attribution, comment out empty category and topic

master
Zaahir Moolla 2014-10-19 20:09:10 -04:00
parent c69c517681
commit ff98b9a0a5
1 changed files with 4 additions and 3 deletions

View File

@ -13,11 +13,12 @@ name "<: $ia_name_separated :>";
description "Succinct explanation of what this instant answer does";
primary_example_queries "first example query", "second example query";
secondary_example_queries "optional -- demonstrate any additional triggers";
category "";
topics "";
# Uncomment and fill out before submitting
# category "";
# topics "";
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/<: $ia_path :>/<: $ia_name :>.pm";
attribution github => ["GitHubAccount", "Friendly Name"],
twitter => "twitterhandle",
twitter => "twitterhandle";
# Triggers
triggers any => "triggerWord", "trigger phrase";