gnu: guile3.0-syntax-highlight: Use HTTPS home page.
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									69669b2877
								
							
						
					
					
						commit
						02e052ba9d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -597,7 +597,7 @@ is not available for Guile 2.0.")
 | 
			
		|||
highlighting library for GNU Guile.  It can parse code written in various
 | 
			
		||||
programming languages into a simple s-expression that can be converted to
 | 
			
		||||
HTML (via SXML) or any other format for rendering.")
 | 
			
		||||
    (home-page "http://dthompson.us/projects/guile-syntax-highlight.html")
 | 
			
		||||
    (home-page "https://dthompson.us/projects/guile-syntax-highlight.html")
 | 
			
		||||
    (license license:lgpl3+)))
 | 
			
		||||
 | 
			
		||||
(define-public guile3.0-syntax-highlight
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue