diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-03-03 16:57:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-03-04 11:38:17 +0200 |
commit | 064a38219dcc9d480c3e97f667a8eecc10c2ff70 (patch) | |
tree | 8ca4ec4c5fcaab314d1f98e11397db700c176b2c | |
parent | b8645fc0bf89d506d05613598d0316d97ac3eb65 (diff) | |
download | guix-064a38219dcc9d480c3e97f667a8eecc10c2ff70.tar.gz guix-064a38219dcc9d480c3e97f667a8eecc10c2ff70.zip |
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
-rw-r--r-- | gnu/packages/admin.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d5e50faa15..7d0d591c19 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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 |