Skip to content

Commit 8982dda

Browse files
config: use https for default_config
1 parent 4d351cd commit 8982dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use status::StatusBackend;
2323

2424

2525
const DEFAULT_CONFIG: &'static str = r#"[[default_bundles]]
26-
url = "http://purl.org/net/pkgwpub/tectonic-default"
26+
url = "https://purl.org/net/pkgwpub/tectonic-default"
2727
"#;
2828

2929

0 commit comments

Comments
 (0)