Commit Graph

12 Commits

Author SHA1 Message Date
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
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
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
R. RyanTM
650b652732 opusfile: 0.11 -> 0.12 2020-07-31 09:00:31 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
R. RyanTM
8485e64730 opusfile: 0.10 -> 0.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opusfile/versions
2018-09-20 06:44:29 -07:00
Franz Pletz
f381367603
opusfile: 0.8 -> 0.10 2018-01-28 19:59:43 +01:00
Daiderd Jordan
5af221e6f3
opusfile: enable on darwin 2017-02-25 20:25:51 +01:00
Franz Pletz
1566fb150e
opusfile: 0.6 -> 0.8 2016-10-13 03:18:46 +02:00
Michal Rus
6846b22bb4 squishyball: init at 19580 (#18354) 2016-09-13 07:00:39 +02:00
Nikolay Amiantov
c0f72cfe33 opusfile: add platforms, cleanup 2016-01-10 06:02:50 +03:00
Mateusz Kowalczyk
0b20b2dbfd opusfile: update from 0.4 to 0.6 2014-09-21 19:04:23 +01:00
Mathijs Kwik
1b9884b7ae opusfile: new package 2013-12-23 10:21:19 +01:00