Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
350 stars 59 forks source link

check metadata urls #394

Open lolbinarycat opened 3 months ago

lolbinarycat commented 3 months ago

there's some subtle errors that can happen, such as interpolating version into a changelog url, then changing to an -unstable-YYYY-MM-DD version, which is no longer a valid git tag.

fast-check-urls can be used to quickly check a large number of urls, and i believe nixpkgs-review already detects what packages were changed as part of its normal operation?