mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-glib-sys-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-glib-sys-0.10)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
e4f58c8e14
commit
904da7eb67
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ (define-public rust-glib-sys-0.10
|
||||||
("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 libglib-2.0")
|
(synopsis "FFI bindings to libglib-2.0")
|
||||||
(description "This package provides FFI bindings to libglib-2.0.")
|
(description "This package provides FFI bindings to libglib-2.0.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue