From 4d25639740862bcd16ff8f061dc0a6797f0672f7 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 21 Jan 2014 22:17:16 -0500 Subject: [PATCH] stop forcing username rjbs for githubmeta --- lib/Dist/Zilla/PluginBundle/RJBS.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Dist/Zilla/PluginBundle/RJBS.pm b/lib/Dist/Zilla/PluginBundle/RJBS.pm index 623fd95..94f7f71 100644 --- a/lib/Dist/Zilla/PluginBundle/RJBS.pm +++ b/lib/Dist/Zilla/PluginBundle/RJBS.pm @@ -31,7 +31,6 @@ This is the plugin bundle that RJBS uses. It is more or less equivalent to: config_plugin = @RJBS [GithubMeta] - user = rjbs remote = github remote = origin @@ -181,7 +180,6 @@ sub configure { $self->add_plugins( [ GithubMeta => { - user => 'rjbs', remote => [ qw(github origin) ], issues => $self->github_issues, } ],