Skip to content

Commit

Permalink
Arch security tracker is online!
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Dec 20, 2016
1 parent 0685603 commit 4e88898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn main() {
let mut avgs = String::new();
{
info!("Downloading AVGs...");
let avgs_url = "http://45.32.158.89/json";
let avgs_url = "https://security.archlinux.org/json";

let mut easy = Easy::new();
easy.url(avgs_url).unwrap();
Expand Down

0 comments on commit 4e88898

Please sign in to comment.