nckx pushed a commit to branch master
in repository guix.

commit 9fcd4ef30bd17d6ab66d7ee14d2e74081efcfb29
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Apr 16 19:34:08 2020 +0200

    gnu: augeas: Use HTTPS home page.
    
    * gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
---
 gnu/packages/augeas.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/augeas.scm b/gnu/packages/augeas.scm
index c4fd24e..b3c4803 100644
--- a/gnu/packages/augeas.scm
+++ b/gnu/packages/augeas.scm
@@ -49,7 +49,7 @@
      `(("readline" ,readline)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://augeas.net/";)
+    (home-page "https://augeas.net";)
     (synopsis "Edit configuration files programmatically")
     (description
      "Augeas is a library and command line tool for programmatically editing

Reply via email to