gnu: kpeoplevcard: Use mirror URI.
* gnu/packages/kde-pim.scm (kpeoplevcard)[source]: Use kde mirror URI.
This commit is contained in:
		
							parent
							
								
									d9710380a4
								
							
						
					
					
						commit
						3b0c9e4c20
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
;;; GNU Guix --- Functional package management for GNU
 | 
			
		||||
;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
			
		||||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 | 
			
		||||
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
 | 
			
		||||
;;; Copyright © 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
			
		||||
;;;
 | 
			
		||||
;;; This file is part of GNU Guix.
 | 
			
		||||
;;;
 | 
			
		||||
| 
						 | 
				
			
			@ -1582,7 +1582,7 @@ and exchanging calendar data, vCalendar and iCalendar.")
 | 
			
		|||
    (version "0.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://download.kde.org/stable/kpeoplevcard/"
 | 
			
		||||
              (uri (string-append "mirror://kde/stable/kpeoplevcard/"
 | 
			
		||||
                                  version "/kpeoplevcard-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue