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

* gnu/packages/crates-gtk.scm (rust-pango-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:59:31 +01:00
parent 5f6d4fa30a
commit 05a9ca1223
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1018,7 +1018,7 @@ (define-public rust-pango-0.9
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
(inputs
`(("pango" ,pango)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the Pango library")
(description "Rust bindings for the Pango library")
(license license:expat)))