gnu: rust-pangocairo-0.9: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-pangocairo-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 12:00:17 +01:00
parent e72ae1d088
commit 9fcb1cb25e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1157,7 +1157,7 @@
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
(inputs
`(("gtk+" ,gtk+)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the PangoCairo library")
(description
"Rust bindings for the PangoCairo library.")