mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: rust-gtk-0.8: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gtk-0.8)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
eb831cda86
commit
7acf748453
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ (define-public rust-gtk-0.8
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the GTK+ 3 library")
|
(synopsis "Rust bindings for the GTK+ 3 library")
|
||||||
(description "This package provides Rust bindings for the GTK+ 3 library.")
|
(description "This package provides Rust bindings for the GTK+ 3 library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue