[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62254] [PATCH] guix: Shorten URL for home page in texlive importer.
From: |
Ludovic Courtès |
Subject: |
[bug#62254] [PATCH] guix: Shorten URL for home page in texlive importer. |
Date: |
Sun, 26 Mar 2023 16:19:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:
> * guix/import/texlive.scm (tlpdb->package): Use short URL for home page.
[...]
> + ,@(or (and=> (assoc-ref data 'name)
> + (lambda (name)
> + `((home-page ,(string-append
> "https://www.ctan.org/pkg/"
> + name)))))
Are there cases where ‘data’ might be missing ‘name’?
If not, please push!
Thanks,
Ludo’.