Fixing Author Declaration

I had accidentally listed myself three times as the author.
Fixing that issue so that I am only declaring myself once.
bug/bundler_fix
nstarke 2014-10-05 23:17:28 -05:00
parent c0a3691817
commit 69400cf280
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Metasploit3 < Msf::Auxiliary
super(
'Name' => 'Jenkins-CI Login Utility',
'Description' => 'This module simply attempts to login to a Jenkins-CI instance using a specific user/pass.',
'Author' => [ 'NS', 'Nicholas Starke <starke.nicholas[at]gmail.com>', 'nstarke' ],
'Author' => [ 'Nicholas Starke <starke.nicholas[at]gmail.com>' ],
'License' => MSF_LICENSE
)