gnu: moreutils: Remove obsolete source uri.
* gnu/packages/moreutils.scm (moreutils): Remove obsolete origin uri as it returns 404. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									8a62d8685a
								
							
						
					
					
						commit
						7e2afc6ac3
					
				
					 1 changed files with 3 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -34,13 +34,9 @@
 | 
			
		|||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (list
 | 
			
		||||
             (string-append
 | 
			
		||||
       (uri (string-append
 | 
			
		||||
             "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/"
 | 
			
		||||
              name "-" version ".tar.gz")
 | 
			
		||||
             (string-append
 | 
			
		||||
              "http://drabczyk.org/"
 | 
			
		||||
              name "-" version ".tar.gz")))
 | 
			
		||||
             name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "10c8b4bwnli4gxwvgmgkc5kin1ksrxsnxmigs7y4rrh4aaszdjb0"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue