From 04cccedba548a16e7b5edab75d077c7dadb53d98 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Tue, 18 Apr 2023 10:22:04 -0400
Subject: 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.
---
 tests/texlive.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'tests')

diff --git a/tests/texlive.scm b/tests/texlive.scm
index c1bd50b75f..c3631861ce 100644
--- a/tests/texlive.scm
+++ b/tests/texlive.scm
@@ -191,9 +191,9 @@ completely compatible with Plain TeX.")
                        'texlive-knuth-lib
                        'texlive-plain
                        'texlive-tex))
-               ('home-page "https://www.tug.org/texlive/")
-               ('synopsis "Plain TeX macros for Physicists")
-               ('description (? string? description))
+               ('home-page (? string?))
+               ('synopsis (? string?))
+               ('description (? string?))
                ('license 'lppl))
              #true)
             (_
-- 
cgit 1.4.1