nixpkgs/pkgs/applications/version-management/git-and-tools
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
..
bfg-repo-cleaner
bitbucket-server-cli
cgit
darcs-to-git
delta treewide: update which packages I'm currently maintaining 2019-12-26 15:27:47 +01:00
diff-so-fancy gitAndTools.diff-so-fancy: 1.2.6 -> 1.2.7 2019-09-26 06:59:00 -07:00
fast-export
ghq
git treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
git-absorb
git-annex-metadata-gui
git-annex-remote-b2
git-annex-remote-dbx
git-annex-remote-rclone
git-annex-utils
git-appraise
git-big-picture
git-bug gitAndTools.git-bug: 0.5.0 -> 0.6.0 2020-01-04 14:57:51 +01:00
git-bz
git-codeowners
git-cola
git-crypt
git-dit
git-extras gitAndTools.git-extras: 5.0.0 -> 5.1.0 2019-12-23 03:54:27 -08:00
git-fame
git-gone gitAndTools.git-gone: 0.2.0 -> 0.3.0 2019-12-22 00:00:00 -05:00
git-hub gitAndTools.git-hub: 1.0.3 -> 1.1.0 2019-12-23 15:13:04 +00:00
git-ignore
git-imerge treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
git-machete gitAndTools.git-machete: 2.12.5 -> 2.12.6 2020-01-06 08:06:10 -08:00
git-octopus
git-open
git-radar
git-recent
git-remote-gcrypt
git-remote-hg treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
git-reparent
git-secret
git-secrets
git-standup
git-stree
git-subrepo gitAndTools.git-subrepo: 0.4.0 -> 0.4.1 2020-01-15 12:57:58 +00:00
git-subtrac gitAndTools.git-subtrac: init at 0.01 2019-11-25 18:05:03 -08:00
git-sync
git-test
git2cl
gita
gitflow
gitstatus gitstatus: patch in variable rather than regexing 2020-01-12 22:21:25 +00:00
gitweb
grv
hub gitAndTools.hub: 2.12.8 -> 2.13.0 2019-11-06 16:20:00 -05:00
lab gitAndTools.lab: 0.17.1 -> 0.17.2 2019-12-18 13:36:00 -05:00
lefthook
pass-git-helper
qgit
stgit treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
subgit treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
svn-all-fast-export treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
svn2git
tig gitAndTools.tig: 2.4.1 -> 2.5.0 2019-11-29 11:15:30 -08:00
topgit
transcrypt
default.nix gitFull: support git send-email on Darwin 2020-01-16 21:36:29 +00:00