mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-pangocairo-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pangocairo-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
e72ae1d088
commit
9fcb1cb25e
1 changed files with 1 additions and 1 deletions
|
@ -1157,7 +1157,7 @@ (define-public rust-pangocairo-0.9
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)))
|
`(("gtk+" ,gtk+)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the PangoCairo library")
|
(synopsis "Rust bindings for the PangoCairo library")
|
||||||
(description
|
(description
|
||||||
"Rust bindings for the PangoCairo library.")
|
"Rust bindings for the PangoCairo library.")
|
||||||
|
|
Loading…
Reference in a new issue