mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gio-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gio-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
33a41f7423
commit
a073f6d7ce
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@
|
||||||
("rust-serial-test" ,rust-serial-test-0.4))))
|
("rust-serial-test" ,rust-serial-test-0.4))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the Gio library")
|
(synopsis "Rust bindings for the Gio library")
|
||||||
(description "Rust bindings for the Gio library")
|
(description "Rust bindings for the Gio library")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue