gnu: rust-gobject-sys-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gobject-sys-0.10)[home-page]: Use HTTPS URI.master
parent
904da7eb67
commit
eb831cda86
|
@ -859,7 +859,7 @@
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "FFI bindings to libgobject-2.0")
|
(synopsis "FFI bindings to libgobject-2.0")
|
||||||
(description "This package provides FFI bindings to libgobject-2.0.")
|
(description "This package provides FFI bindings to libgobject-2.0.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in New Issue