Change the git url of the html2pango crate.

This commit is contained in:
Jordan Petridis
2018-04-05 20:44:28 +03:00
parent 370ba2d461
commit dd2366a15e
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ take_mut = "0.2.2"
regex = "0.2.10"
reqwest = "0.8.5"
serde_json = "1.0.13"
html2pango = { git = "https://gitlab.gnome.org/danigm/html2pango" }
html2pango = { git = "https://gitlab.gnome.org/World/html2pango" }
[dependencies.gtk]
features = ["v3_22"]