# File lib/commands/plugin/commands.rb, line 345
    def extract_repository_uri(uri)
      uri.match(/(svn|https?):.*\/plugins\//i)[0]
    end