gnu: tree: Use https.
* gnu/packages/admin.scm (tree)[source]: Use https. [home-page]: Same.
This commit is contained in:
		
							parent
							
								
									00537ec17d
								
							
						
					
					
						commit
						6a2f735983
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2510,7 +2510,7 @@ characters can be replaced as well, as can UTF-8 characters.")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "http://mama.indstate.edu/users/ice/tree/src/tree-"
 | 
					                    "https://mama.indstate.edu/users/ice/tree/src/tree-"
 | 
				
			||||||
                    version ".tgz"))
 | 
					                    version ".tgz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32 "0x7s9wxvf83fw4qah16kapswl2277pybw3d514zrlms9g0cr5smh"))))
 | 
					               (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
 | 
					     "Tree is a recursive directory listing command that produces a depth
 | 
				
			||||||
indented listing of files, which is colorized ala dircolors if the LS_COLORS
 | 
					indented listing of files, which is colorized ala dircolors if the LS_COLORS
 | 
				
			||||||
environment variable is set and output is to tty.")
 | 
					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+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public lr
 | 
					(define-public lr
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue