mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust-pango-sys-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pango-sys-0.10)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
05a9ca1223
commit
e72ae1d088
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ (define-public rust-pango-sys-0.10
|
||||||
("rust-system-deps" ,rust-system-deps-1))))
|
("rust-system-deps" ,rust-system-deps-1))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pango" ,pango)))
|
`(("pango" ,pango)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "FFI bindings to libpango-1.0")
|
(synopsis "FFI bindings to libpango-1.0")
|
||||||
(description "This package provides FFI bindings to @code{libpango-1.0}.")
|
(description "This package provides FFI bindings to @code{libpango-1.0}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue