1
0
Fork 0

ssh url is not parseable as Url, don't try to

This commit is contained in:
Cyborus 2023-11-19 14:24:08 -05:00
parent 5ea0c4d9f3
commit e8ac2a4815
No known key found for this signature in database

View file

@ -270,7 +270,7 @@ pub struct Repository {
pub release_counter: u64,
pub repo_transfer: Option<RepoTransfer>,
pub size: u64,
pub ssh_url: Url,
pub ssh_url: String,
pub starts_count: u64,
pub template: bool,
#[serde(with = "time::serde::rfc3339")]