Giacomo Leidi via Guix-patches via schreef op zo 06-03-2022 om 00:14 [+0100]: > +    (synopsis "Database migrations tool for Tortoise ORM") > +    (description > +      "This package provides @code{aerich} a Python database migrations tool for > +Tortoise ORM.") (comma missing before 'a') This description is a bit short and it does not introduce the acronym ORM, see (guix)Synopsis and Descriptions: Descriptions should take between five and ten lines. Use full sentences, and avoid using acronyms without first introducing them. [...] Greetings, Maxime