me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-03-06 16:08:46 +01:00
parent d12d52cef8
commit 40f262a5a4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

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.")