guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/15: gnu: rust-yaml-rust: Use HTTPS home page.


From: guix-commits
Subject: 03/15: gnu: rust-yaml-rust: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 059aa850e95ca6a8184db2acc7cc20fc6647c7ae
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:04:08 2020 +0100

    gnu: rust-yaml-rust: Use HTTPS home page.
    
    * gnu/packages/crates-io.scm (rust-yaml-rust)[home-page]: Use HTTPS.
---
 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 02ccfc3..1585ccc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16288,7 +16288,7 @@ to XDG Base Directory specification")
        (("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
        #:cargo-development-inputs
        (("rust-quickcheck" ,rust-quickcheck-0.8))))
-    (home-page "http://chyh1990.github.io/yaml-rust/";)
+    (home-page "https://chyh1990.github.io/yaml-rust/";)
     (synopsis "The missing YAML 1.2 parser for rust")
     (description
      "The missing YAML 1.2 parser for rust.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]