The ‘guix lint’ command now has a new ‘home-page’ checker that does what
you would expect:
--8<---cut here---start->8---
$ ./pre-inst-env guix lint -c home-page
gnu/packages/admin.scm:449:15: isc-dhcp-4.3.0: home page
http://www.isc.org/products/DHCP/ not reac
On 12/28/2014 06:02 PM, Ludovic Courtès wrote:
>
> Comments and bug reports welcome!
>
That's cool, though I find your lack of tests disturbing.
I'll do the same for URIs, so that it is easier to detect un-buildable
software. I'll send a patch soon enough.
Maybe we could have a cron job that r
* guix/scripts/lint.scm (uri-available?): New procedure.
(%checkers): Add 'home-page' checker
---
guix/scripts/lint.scm | 98 ++-
1 file changed, 65 insertions(+), 33 deletions(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 9a