5 lines
94 B
Ruby
5 lines
94 B
Ruby
module Gitlab
|
|
module GitoriousImport
|
|
GITORIOUS_HOST = "https://gitorious.org"
|
|
end
|
|
end
|