override fun equals(other: Any?): Boolean {
        if (other !is RepoInfo) return false
        return other.repo == this.repo
    }