about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs')
-rw-r--r--sys/nixpkgs/pkgs/comments/src/info_json.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/comments/src/info_json.rs b/sys/nixpkgs/pkgs/comments/src/info_json.rs
index 48a35777..35f24d8b 100644
--- a/sys/nixpkgs/pkgs/comments/src/info_json.rs
+++ b/sys/nixpkgs/pkgs/comments/src/info_json.rs
@@ -161,7 +161,8 @@ where
 pub struct Caption {
     pub ext: String,
     pub url: String,
-    pub name: String,
+    pub name: Option<String>,
+    pub protocol: Option<String>,
 }
 
 #[derive(Debug, Deserialize)]