guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-resolv-conf-0.7: Use HTTPS home page UR


From: guix-commits
Subject: branch master updated: gnu: rust-resolv-conf-0.7: Use HTTPS home page URI.
Date: Sat, 13 Mar 2021 03:14:27 -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 a61bdc5  gnu: rust-resolv-conf-0.7: Use HTTPS home page URI.
a61bdc5 is described below

commit a61bdc588773902d402787db7ea68e4d038cd3ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 13 09:13:23 2021 +0100

    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.
---
 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 6b242e7..f6d565e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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.")



reply via email to

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