gnu: rust-atk-sys-0.9: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-atk-sys-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:53:14 +01:00
parent 4da4b4feb6
commit d8bf9354e9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -57,7 +57,7 @@ (define-public rust-atk-sys-0.9
(inputs
`(("atk" ,atk)
("glib" ,glib)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "FFI bindings to libatk-1")
(description "FFI bindings to libatk-1")
(license license:expat)))