Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
...
(#153213 )
Issue #60004
2022-01-03 16:53:12 +01:00
R. Ryantm
6274245368
subgit: 3.3.11 -> 3.3.12
2021-12-06 17:00:56 +00:00
Felix Buehler
b52ab3b712
pkgs/applications: rename name to pname&version part 2
2021-11-07 14:53:06 +01:00
R. RyanTM
8833988d2c
subgit: 3.3.10 -> 3.3.11
2021-03-09 18:52:10 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
R. RyanTM
53ae3eff51
gitAndTools.subgit: 3.3.9 -> 3.3.10
2020-07-07 09:51:15 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
R. RyanTM
1e822c37f8
gitAndTools.subgit: 3.3.8 -> 3.3.9 ( #74653 )
2019-11-30 15:00:10 +01:00
R. RyanTM
17ceba2174
gitAndTools.subgit: 3.3.7 -> 3.3.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subgit/versions
2019-10-08 15:07:19 -07:00
R. RyanTM
908807bb53
gitAndTools.subgit: 3.3.6 -> 3.3.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subgit/versions
2019-07-16 18:42:52 -07:00
R. RyanTM
ca0fe4bd77
gitAndTools.subgit: 3.2.4 -> 3.3.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subgit/versions
2019-04-02 21:04:34 -07:00
Orivej Desh
ecf5daa5d7
subgit: 3.1.0 -> 3.2.4
2017-04-01 02:19:51 +00:00
Matt McHenry
090efc2907
subgit: init at 3.1.0
2015-12-28 22:59:23 -05:00