mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: tree: Update project URIs.
* gnu/packages/admin.scm (tree)[source]: Update to new source URI. [home-page]: Use new project home-page. Change-Id: Iae26f04c68eae42e899fe205260ac5c7e468d777
This commit is contained in:
@@ -2956,9 +2956,8 @@ characters can be replaced as well, as can UTF-8 characters.")
|
||||
(version "2.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://mama.indstate.edu/users/ice/tree/src/tree-"
|
||||
version ".tgz"))
|
||||
(uri (string-append "https://oldmanprogrammer.net/tar/tree/"
|
||||
"tree-" version ".tgz"))
|
||||
(sha256
|
||||
(base32 "1mchmdkq77d4c2mx7xmarccbk46a3sm2aqslarjwgxrs81gxbhyk"))))
|
||||
(build-system gnu-build-system)
|
||||
@@ -2976,7 +2975,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 "https://mama.indstate.edu/users/ice/tree/")
|
||||
(home-page "https://oldmanprogrammer.net/source.php?dir=projects/tree")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public lr
|
||||
|
||||
Reference in New Issue
Block a user