Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitorious_import.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d0132a744cac5ca1848541c6c01404e6125b0d7 (plain)
1
2
3
4
5
module Gitlab
  module GitoriousImport
    GITORIOUS_HOST = "https://gitorious.org"
  end
end