nixpkgs/pkgs/misc/drivers
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
..
dell-530cdn
epkowa treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
epson_201207w epson_201207w: added mirror url for src 2019-10-13 19:23:54 +02:00
epson-201106w epson-201106w: added mirror url for src 2019-10-13 19:23:54 +02:00
epson-alc1100 treewide: name -> pname 2019-08-17 10:54:38 +00:00
epson-escpr epson-escpr: 1.6.16 -> 1.7.3 2019-10-13 19:23:54 +02:00
epson-escpr2 epson-escpr2: added mirror url for src 2019-10-13 19:23:54 +02:00
epson-workforce-635-nx625-series epson-workforce-635-nx625-series: added mirror url for src 2019-10-13 19:23:54 +02:00
foo2zjs
foomatic-filters treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
gutenprint
hplip Merge pull request #76128 from Mic92/hplip 2020-01-16 10:01:10 -06:00
m33-linux
moltengamepad treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
postscript-lexmark treewide: name -> pname 2019-08-17 10:54:38 +00:00
sc-controller sc-controller: 0.4.6.1 -> 0.4.7 2019-07-16 12:02:15 -07:00
steamcontroller treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
sundtek treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
utsushi treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
xboxdrv treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
xwiimote