gnu: xfe: Use a mirror:// URL.
* gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
This commit is contained in:
		
							parent
							
								
									ee2649e135
								
							
						
					
					
						commit
						26e11cffb9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -935,8 +935,8 @@ since they are better handled by external tools.")
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri
 | 
					       (uri
 | 
				
			||||||
        (string-append "https://sourceforge.net/projects/xfe/files/xfe/"
 | 
					        (string-append "mirror://sourceforge/xfe/xfe/" version "/"
 | 
				
			||||||
                       version "/xfe-" version ".tar.gz"))
 | 
					                       "xfe-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1fl51k5jm2vrfc2g66agbikzirmp0yb0lqhmsssixfb4mky3hpzs"))))
 | 
					        (base32 "1fl51k5jm2vrfc2g66agbikzirmp0yb0lqhmsssixfb4mky3hpzs"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue