me
/
guix
Archived
1
0
Fork 0

gnu: rust-glib-macros-0.10: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-glib-macros-0.10)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2021-02-28 11:57:52 +01:00
parent 9842ff3a4e
commit e4f58c8e14
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the GLib library, proc macros crate")
(description "Rust bindings for the GLib library, proc macros crate.")
(license license:expat)))