get projectUrl()

in src/content/providers/github/GitHubMetadata.js [20:22]


  get projectUrl() {
    return this._rawMetadata.clone_url;
  }