1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: rust-servo-freetype-sys-4: Use HTTPS home page URI.

* gnu/packages/crates-io.scm (rust-servo-freetype-sys-4)[home-page]: Use HTTPS
URI.
This commit is contained in:
Nicolas Goaziou
2021-03-06 16:08:46 +01:00
parent d12d52cef8
commit 40f262a5a4
+1 -1
View File
@@ -36866,7 +36866,7 @@ functionality and without weak references.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("freetype" ,freetype)))
(home-page "http://www.freetype.org/")
(home-page "https://www.freetype.org/")
(synopsis "Rust wrapper around freetype")
(description
"This package provides a Rust wrapper around the FreeType library.")