Make primary author and license info be correct in META.yml
[catagits/Gitalist.git] / Makefile.PL
index 446cace..3024796 100644 (file)
@@ -13,6 +13,10 @@ name 'Gitalist';
 all_from 'lib/Gitalist.pm';
 readme_from 'lib/Gitalist.pm';
 
+author 'Dan Brook <broq@cpan.org>';
+
+license 'gpl2';
+
 requires 'Catalyst::Runtime' => '5.80003';
 requires 'Catalyst::Plugin::ConfigLoader';
 requires 'Catalyst::Plugin::StackTrace';