diff --git a/src/repository.rs b/src/repository.rs index af302a8..4f3f6dc 100644 --- a/src/repository.rs +++ b/src/repository.rs @@ -270,7 +270,7 @@ pub struct Repository { pub release_counter: u64, pub repo_transfer: Option, pub size: u64, - pub ssh_url: Url, + pub ssh_url: String, pub starts_count: u64, pub template: bool, #[serde(with = "time::serde::rfc3339")]