Skip to content

Commit 69400cf

Browse files
committed
Fixing Author Declaration
I had accidentally listed myself three times as the author. Fixing that issue so that I am only declaring myself once.
1 parent c0a3691 commit 69400cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/jenkins_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize
1616
super(
1717
'Name' => 'Jenkins-CI Login Utility',
1818
'Description' => 'This module simply attempts to login to a Jenkins-CI instance using a specific user/pass.',
19-
'Author' => [ 'NS', 'Nicholas Starke <starke.nicholas[at]gmail.com>', 'nstarke' ],
19+
'Author' => [ 'Nicholas Starke <starke.nicholas[at]gmail.com>' ],
2020
'License' => MSF_LICENSE
2121
)
2222

0 commit comments

Comments
 (0)