1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: rust-resolv-conf-0.7: Use HTTPS home page URI.

* gnu/packages/crates-io.scm (rust-resolv-conf-0.7)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-03-13 09:13:23 +01:00
parent b7c19f2850
commit a61bdc5887
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32681,7 +32681,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
#:cargo-inputs
(("rust-hostname" ,rust-hostname-0.3)
("rust-quick-error" ,rust-quick-error-1))))
(home-page "http://github.com/tailhook/resolv-conf")
(home-page "https://github.com/tailhook/resolv-conf")
(synopsis "Parser for @file{/etc/resolv.conf}")
(description
"This package provides a parser for @file{/etc/resolv.conf} file.")