mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: rust-gdk-pixbuf-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
9b3cdf366e
commit
d809bdc3d4
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdk-pixbuf" ,gdk-pixbuf)))
|
`(("gdk-pixbuf" ,gdk-pixbuf)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the GdkPixbuf library")
|
(synopsis "Rust bindings for the GdkPixbuf library")
|
||||||
(description "Rust bindings for the GdkPixbuf library")
|
(description "Rust bindings for the GdkPixbuf library")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue