get httpsCloneUrl()

in src/content/providers/github/GitHubMetadata.js [28:30]


  get httpsCloneUrl() {
    return `${this.projectUrl}.git`;
  }