2014-09-28 12:28:57 +00:00
|
|
|
from .options import SoftwareService
|
2014-09-26 19:21:09 +00:00
|
|
|
|
2014-09-28 12:28:57 +00:00
|
|
|
|
2014-09-26 19:21:09 +00:00
|
|
|
class GitLabService(SoftwareService):
|
|
|
|
verbose_name = "GitLab"
|
2014-10-11 12:43:08 +00:00
|
|
|
icon = 'saas/icons/gitlab.png'
|