mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-glib-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-glib-0.10)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
f647d6b6bf
commit
9842ff3a4e
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ (define-public rust-glib-0.10
|
||||||
("rust-once-cell" ,rust-once-cell-1))))
|
("rust-once-cell" ,rust-once-cell-1))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the GLib library")
|
(synopsis "Rust bindings for the GLib library")
|
||||||
(description "Rust bindings for the GLib library")
|
(description "Rust bindings for the GLib library")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue