nixpkgs/pkgs/development/tools/database
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
..
cdb treewide: name -> pname 2019-08-17 10:54:38 +00:00
dbmate dbmate: 1.4.1 -> 1.7.0 2019-10-05 02:26:52 +02:00
ephemeralpg ephemeralpg: 2.5 -> 2.9 2019-12-23 03:01:36 -08:00
liquibase treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
litecli litecli: 1.0.0 -> 1.1.0 2019-08-03 11:42:50 +02:00
pg_checksums pg_checksums: init at 1.0 2020-01-18 21:21:21 -05:00
pgcli python3Packages.pgcli: remove prompt_tookit version bounds 2019-12-30 16:46:50 +01:00
pyrseas treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
schemaspy schemaspy: 6.0.0-rc2 -> 6.1.0 2020-01-06 14:02:25 +01:00
shmig treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
sqlcheck treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
sqldeveloper treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
sqlite-web sqlite-web: init at 0.3.5 (#50955) 2018-11-26 11:37:23 +01:00
sqlitebrowser treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
squirrel-sql squirrel-sql: 3.9.1 -> 4.0.0 2019-09-28 22:37:54 -07:00
timescaledb-parallel-copy Merge pull request #58368 from marsam/update-timescaledb 2019-04-24 20:42:30 -05:00
timescaledb-tune timescaledb-tune: 0.5.0. -> 0.6.0 2019-05-07 22:00:00 -05:00