mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-pango-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pango-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
5f6d4fa30a
commit
05a9ca1223
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ (define-public rust-pango-0.9
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pango" ,pango)))
|
`(("pango" ,pango)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the Pango library")
|
(synopsis "Rust bindings for the Pango library")
|
||||||
(description "Rust bindings for the Pango library")
|
(description "Rust bindings for the Pango library")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue