[email protected] writes:

> From: Eric Bavier <[email protected]>
>
> * guix/scripts/lint.scm (check-source): Emit warning if source filename
>   contains only the version of the package.

This is not a proper review, but I just wanted to add that another
common case is for the filename to start with "v" followed by the
version number, e.g. "v3.2.0.tar.gz", so it would be good to check for
that too.  If you search for the string '/v"' in gnu/packages/*.scm
you'll find a great many examples.

Thank you for working on it!

       Mark

Reply via email to