guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: augeas: Use HTTPS home page.


From: guix-commits
Subject: 03/06: gnu: augeas: Use HTTPS home page.
Date: Thu, 16 Apr 2020 13:46:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9fcd4ef30bd17d6ab66d7ee14d2e74081efcfb29
Author: Tobias Geerinckx-Rice <address@hidden>
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

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