me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

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