Skip to content

Commit a3c7662

Browse files
authored
Merge pull request #69 from ronnychevalier/rc/config-https
config: use https for default_config
2 parents 4d351cd + 8982dda commit a3c7662

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)