gnu: rust-gdk-pixbuf-0.9: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:55:51 +01:00
parent 9b3cdf366e
commit d809bdc3d4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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