gnu: libkomparediff2: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde scheme.
This commit is contained in:
		
							parent
							
								
									3600001693
								
							
						
					
					
						commit
						352e14d87c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -371,8 +371,8 @@ other special events for a geographical region.")
 | 
			
		|||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
        (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v"
 | 
			
		||||
                            version ".tar.gz"))
 | 
			
		||||
        (uri (string-append "mirror://kde/stable/applications"
 | 
			
		||||
                            "/" version "/src/" name "-" version ".tar.xz"))
 | 
			
		||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue