mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
6 lines
94 B
Ruby
6 lines
94 B
Ruby
module Gitlab
|
|
module GitoriousImport
|
|
GITORIOUS_HOST = "https://gitorious.org"
|
|
end
|
|
end
|