guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: tree: Use https.


From: guix-commits
Subject: 02/03: gnu: tree: Use https.
Date: Tue, 20 Sep 2022 07:57:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6a2f73598382df97306ca636d6b179615ecbe642
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 20 13:57:57 2022 +0300

    gnu: tree: Use https.
    
    * gnu/packages/admin.scm (tree)[source]: Use https.
    [home-page]: Same.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index be5f11e42b..668d710739 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2510,7 +2510,7 @@ characters can be replaced as well, as can UTF-8 
characters.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://mama.indstate.edu/users/ice/tree/src/tree-";
+                    "https://mama.indstate.edu/users/ice/tree/src/tree-";
                     version ".tgz"))
               (sha256
                (base32 
"0x7s9wxvf83fw4qah16kapswl2277pybw3d514zrlms9g0cr5smh"))))
@@ -2533,7 +2533,7 @@ characters can be replaced as well, as can UTF-8 
characters.")
      "Tree is a recursive directory listing command that produces a depth
 indented listing of files, which is colorized ala dircolors if the LS_COLORS
 environment variable is set and output is to tty.")
-    (home-page "http://mama.indstate.edu/users/ice/tree/";)
+    (home-page "https://mama.indstate.edu/users/ice/tree/";)
     (license license:gpl2+)))
 
 (define-public lr



reply via email to

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