guix: lint: Ignore unsupported source URL’s.
[jackhill/guix/guix.git] / guix / lint.scm
index 8a55f3e..71ce931 100644 (file)
@@ -794,6 +794,9 @@ descriptions maintained upstream."
            (#t
             ;; We found a working URL, so stop right away.
             '())
+           (#f
+            ;; Unsupported URL or other error, skip.
+            (loop rest warnings))
            ((? lint-warning? warning)
             (loop rest (cons warning warnings))))))))