gnu: keepassxc: Don't use NAME in source URI.
* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									eb28d9cf8d
								
							
						
					
					
						commit
						e2d14ee97c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -115,7 +115,7 @@ human.")
 | 
			
		|||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://github.com/keepassxreboot/" name
 | 
			
		||||
       (uri (string-append "https://github.com/keepassxreboot/keepassxc"
 | 
			
		||||
                           "/releases/download/" version "/keepassxc-"
 | 
			
		||||
                           version "-src.tar.xz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue