Maxime schrieb am Sonntag der 06. Februar 2022 um 14:11 +01: > Xinglu Chen schreef op zo 06-02-2022 om 14:00 [+0100]: >> +(define* (package-name->repology-name name #:key (attempt 1)) >> +  "Convert NAME, the name of a Guix package, to the name of the package on >> +Repology.  It doesn't always guess the correct name on the first attempt, so >> +on the second attempt it will try to guess another name." >> +  (match attempt >> +    (1 (cond > > Could you add 'minetest' to the list? Sometimes they are named > 'minetest-mod-foo' (Debian), sometimes 'minetest-foo' (Guix, > Archlinux). Sure!