tests: Fix texlive->guix-package test.
The home page for the package had changed.
* tests/texlive.scm ("texlive->guix-package"): Match the home-page and
synopsis inexactly to avoid future similar breakages.
			
			
This commit is contained in:
		
							parent
							
								
									1b0a095a81
								
							
						
					
					
						commit
						ed854ad8e6
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -191,9 +191,9 @@ completely compatible with Plain TeX.")
 | 
				
			||||||
                       'texlive-knuth-lib
 | 
					                       'texlive-knuth-lib
 | 
				
			||||||
                       'texlive-plain
 | 
					                       'texlive-plain
 | 
				
			||||||
                       'texlive-tex))
 | 
					                       'texlive-tex))
 | 
				
			||||||
               ('home-page "https://www.tug.org/texlive/")
 | 
					               ('home-page (? string?))
 | 
				
			||||||
               ('synopsis "Plain TeX macros for Physicists")
 | 
					               ('synopsis (? string?))
 | 
				
			||||||
               ('description (? string? description))
 | 
					               ('description (? string?))
 | 
				
			||||||
               ('license 'lppl))
 | 
					               ('license 'lppl))
 | 
				
			||||||
             #true)
 | 
					             #true)
 | 
				
			||||||
            (_
 | 
					            (_
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue