3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/science
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
..
astronomy gildas: 20191201_a -> 20200101_a 2020-01-14 11:22:53 +01:00
biology treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
chemistry openmolcas: 18.09 -> 19.11 2020-01-07 15:36:59 +01:00
electronics kicad: split version.nix & add update.sh (#77003) 2020-01-10 14:19:14 +00:00
geometry
logic treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
machine-learning streamlit: 0.49.0 -> 0.50.2 2019-11-15 08:35:43 +01:00
math nota: init at 1.0 2020-01-14 15:16:21 -08:00
medicine Merge staging-next into staging 2019-11-19 14:53:29 +01:00
misc rink: add filalex77 to maintainers 2020-01-06 12:41:19 +02:00
molecular-dynamics gromacs: 2019.4 -> 2020 2020-01-06 04:30:02 -08:00
physics xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9 2019-12-27 03:48:21 +01:00
programming
robotics treewide: fix redirected urls 2020-01-22 11:26:22 +01:00