gnu: znc: Use HTTPS.
* gnu/packages/messaging.scm (znc)[source]: Use HTTPS. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									7b3cb5acb8
								
							
						
					
					
						commit
						df3a461184
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -571,7 +571,7 @@ compromised.")
 | 
				
			||||||
    (version "1.8.1")
 | 
					    (version "1.8.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://znc.in/releases/archive/znc-"
 | 
					              (uri (string-append "https://znc.in/releases/archive/znc-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue