mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01: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:
parent
b7c19f2850
commit
a61bdc5887
1 changed files with 1 additions and 1 deletions
|
@ -32681,7 +32681,7 @@ (define-public rust-resolv-conf-0.7
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-hostname" ,rust-hostname-0.3)
|
(("rust-hostname" ,rust-hostname-0.3)
|
||||||
("rust-quick-error" ,rust-quick-error-1))))
|
("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}")
|
(synopsis "Parser for @file{/etc/resolv.conf}")
|
||||||
(description
|
(description
|
||||||
"This package provides a parser for @file{/etc/resolv.conf} file.")
|
"This package provides a parser for @file{/etc/resolv.conf} file.")
|
||||||
|
|
Loading…
Reference in a new issue