Skip to content

Commit

Permalink
fix the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jun 6, 2015
1 parent 3682544 commit bdacfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/windows/buildbot_service.py
Expand Up @@ -105,7 +105,7 @@ class BBService(win32serviceutil.ServiceFramework):
_svc_name_ = 'BuildBot'
_svc_display_name_ = _svc_name_
_svc_description_ = 'Manages local buildbot slaves and masters - ' \
'see http://buildbot.sourceforge.net'
'see http://buildbot.net'

def __init__(self, args):
win32serviceutil.ServiceFramework.__init__(self, args)
Expand Down

0 comments on commit bdacfb3

Please sign in to comment.