Normalize author name

From #4061, please don't decorate author names with URLs.
bug/bundler_fix
Tod Beardsley 2014-11-24 13:03:42 -06:00
parent 77b1f2d2f0
commit bd948eb346
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary
external packet analysis tool, such as tcpdump or Wireshark in order to learn more
about the Cisco switch and router environment.
},
'Author' => 'Fatih Ozavci <viproy.com/fozavci>',
'Author' => 'Fatih Ozavci', # viproy.com/fozavci
'License' => MSF_LICENSE,
'References' => [
[ 'URL', 'http://en.wikipedia.org/wiki/CDP_Spoofing' ]