gnu: rust-pango-sys-0.10: Use HTTPS home page URI.

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

View file

@ -1098,7 +1098,7 @@ (define-public rust-pango-sys-0.10
("rust-system-deps" ,rust-system-deps-1)))) ("rust-system-deps" ,rust-system-deps-1))))
(inputs (inputs
`(("pango" ,pango))) `(("pango" ,pango)))
(home-page "http://gtk-rs.org/") (home-page "https://gtk-rs.org/")
(synopsis "FFI bindings to libpango-1.0") (synopsis "FFI bindings to libpango-1.0")
(description "This package provides FFI bindings to @code{libpango-1.0}.") (description "This package provides FFI bindings to @code{libpango-1.0}.")
(license license:expat))) (license license:expat)))