mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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))))
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+)))
|
||||
(home-page "http://gtk-rs.org/")
|
||||
(home-page "https://gtk-rs.org/")
|
||||
(synopsis "Rust bindings for the PangoCairo library")
|
||||
(description
|
||||
"Rust bindings for the PangoCairo library.")
|
||||
|
|
Loading…
Reference in a new issue