gnu: lyx: Download over HTTPS.
* gnu/packages/tex.scm (lyx)[source]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									b3701ca198
								
							
						
					
					
						commit
						cb72994e20
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6232,7 +6232,7 @@ and Karl Berry.") | ||||||
|     (version "2.3.3") |     (version "2.3.3") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://ftp.lyx.org/pub/lyx/stable/" |               (uri (string-append "https://ftp.lyx.org/pub/lyx/stable/" | ||||||
|                                   (version-major+minor version) ".x/" |                                   (version-major+minor version) ".x/" | ||||||
|                                   "lyx-" version ".tar.gz")) |                                   "lyx-" version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|  |  | ||||||
		Reference in a new issue