[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-servo-freetype-sys-4: Use HTTPS home pa
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-servo-freetype-sys-4: Use HTTPS home page URI. |
Date: |
Sat, 06 Mar 2021 10:09:49 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 40f262a gnu: rust-servo-freetype-sys-4: Use HTTPS home page URI.
40f262a is described below
commit 40f262a5a40bf831179cb06ef7f08b842a4b121a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 6 16:08:46 2021 +0100
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.
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dc427ba..1b478ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-servo-freetype-sys-4: Use HTTPS home page URI.,
guix-commits <=