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"
|
2015-03-04 21:06:16 +00:00
|
|
|
icon = 'orchestra/icons/apps/gitlab.png'
|