This commit is contained in:
Gvidas Juknevičius 2024-03-30 18:37:49 +02:00
parent d73313690f
commit 2c3f57e72f
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -629,7 +629,7 @@ pub struct Repository {
pub contributors_url: String,
pub created_at: String,
pub default_branch: String,
pub description: String,
pub description: Option<String>,
pub downloads_url: String,
pub events_url: String,
pub forks: u64,