1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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

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

View file

@ -534,7 +534,7 @@
("rust-serial-test" ,rust-serial-test-0.4))))
(inputs
`(("glib" ,glib)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the Gio library")
(description "Rust bindings for the Gio library")
(license license:expat)))