gnu: rust-yaml-rust: Use HTTPS home page.
* gnu/packages/crates-io.scm (rust-yaml-rust)[home-page]: Use HTTPS.
This commit is contained in:
parent
9c99cb2276
commit
059aa850e9
1 changed files with 1 additions and 1 deletions
|
@ -16288,7 +16288,7 @@ to XDG Base Directory specification")
|
||||||
(("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
|
(("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.8))))
|
(("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")
|
(synopsis "The missing YAML 1.2 parser for rust")
|
||||||
(description
|
(description
|
||||||
"The missing YAML 1.2 parser for rust.")
|
"The missing YAML 1.2 parser for rust.")
|
||||||
|
|
Reference in a new issue