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
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v"
 | 
					        (uri (string-append "mirror://kde/stable/applications"
 | 
				
			||||||
                            version ".tar.gz"))
 | 
					                            "/" version "/src/" name "-" version ".tar.xz"))
 | 
				
			||||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
					        (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue