Commit graph

7 commits

Author SHA1 Message Date
Frederik Rietdijk a794a6db3e python3Packages.web.py: 0.61 -> 0.62 2020-12-01 14:44:22 +01:00
Frederik Rietdijk fbdc7496e4 python: web.py: 0.51 -> 0.61 2020-08-16 19:31:20 +02:00
Frederik Rietdijk f28611be89 python: web.py: 0.40 -> 0.51 2020-06-11 10:00:24 +02:00
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
Frederik Rietdijk acfb5cc33d python: web.py: 0.39 -> 0.40 2019-10-27 16:26:55 +01:00
Frederik Rietdijk 24fa4efc1d python: web.py: 0.37 -> 0.39 2018-12-03 16:50:36 +01:00
Chris Ostrouchov e273fa73ed
pythonPackages.web: refactor move to python-modules 2018-10-30 00:50:59 -04:00