nixpkgs-suyu/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 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
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 ghq: Migrate to buildGoModule, ensure go 1.13 compatibility 2019-09-09 20:32:38 +02:00
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-annex-utils: init at 0.04-3-g531bb33 2019-10-15 14:41:24 +02:00
git-appraise
git-big-picture treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
git-bug gitAndTools.git-bug: 0.5.0 -> 0.6.0 2020-01-04 14:57:51 +01:00
git-bz treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
git-codeowners treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
git-cola git-cola: build application with python3 by default 2019-09-26 20:37:03 +02:00
git-crypt treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04:00
git-dit treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
git-extras gitAndTools.git-extras: 5.0.0 -> 5.1.0 2019-12-23 03:54:27 -08:00
git-fame treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
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-secret: 0.3.1 -> 0.3.2 2019-10-21 19:19:07 -07:00
git-secrets treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
git-standup
git-stree treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
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 gitAndTools.gita: 0.9.2 -> 0.9.9 2019-10-12 14:47:43 +02:00
gitflow
gitstatus gitstatus: patch in variable rather than regexing 2020-01-12 22:21:25 +00:00
gitweb treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
grv treewide: name -> pname 2019-08-17 10:54:38 +00:00
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 lefthook: init at 0.6.3 (#69233) 2019-09-22 16:18:08 -05:00
pass-git-helper treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
qgit gitAndTools.qgit: 2.8 -> 2.9 2019-08-26 13:17:05 +02:00
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 treewide: name -> pname 2019-08-17 10:54:38 +00:00
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