maintainers/scripts: remove sed script file, normalize name

This commit is contained in:
Sandro Jäckel 2020-11-27 01:33:01 +01:00
parent 60c54866ed
commit 67c2129b75
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,3 +9,4 @@ curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
rm script.sed