nixpkgs/pkgs/development/tools/misc
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
..
abi-compliance-checker treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
abi-dumper treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
act act: init at 0.1.3 2019-12-27 16:24:36 -08:00
arcanist arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
argbash argbash: init at 2.8.1 (#70489) 2019-11-07 17:19:42 -05:00
astyle astyle: use cmake to avoid having to manually fix up LDFLAGS 2019-08-26 16:40:04 +08:00
autobuild treewide: update homepages to https where available 2019-04-15 10:10:05 -04:00
autoconf Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
autoconf-archive treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
autogen treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
automake automake-1.15: deterministic documentation generation 2019-11-03 10:55:45 +01:00
automoc4
avarice avarice: mark as broken 2018-04-12 23:03:59 +02:00
avrdude Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
awf treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
babeltrace babeltrace: 1.5.6 -> 1.5.7 2019-07-14 23:15:31 -07:00
bashdb treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
bin_replace_string treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
binutils Merge remote-tracking branch 'upstream/staging-next' into staging 2019-11-25 15:59:05 -05:00
blackmagic blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
bossa treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
bsdbuild treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
cbrowser pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ccache treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
ccls ccls: 0.20190823.4 -> 0.20190823.5 2019-11-25 09:06:12 -08:00
cflow cflow: 1.5 -> 1.6 (#58018) 2019-03-31 00:36:56 +01:00
cgdb Merge master into staging-next 2019-08-18 12:53:44 +02:00
checkbashisms treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
chrpath Treewide: replace last refs to alioth.debian.org 2019-11-16 11:32:05 +01:00
chruby treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
circleci-cli circleci-cli: 0.1.2569 -> 0.1.5879 2019-09-18 18:00:00 -05:00
cl-launch cl-launch: change platforms to unix 2018-03-07 16:31:34 +13:00
cli11 cli11: 1.8.0 remove broken test 2019-12-24 17:05:10 -05:00
clojure-lsp clojure-lsp: 20200114T225020 -> 20200117T215443 2020-01-17 19:24:57 -03:00
coccinelle treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
complexity treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
cppi Treewide: use HTTPS on GNU Savannah domains 2018-12-02 15:33:09 +01:00
cproto treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
cquery makeWrapper: Remove unused extraFlagsArray feature 2019-09-25 09:23:09 -07:00
creduce creduce: 2.8.0 -> 2.9.0, llvm7 2019-05-06 23:39:56 -05:00
cscope Merge master into staging 2018-08-09 18:28:15 +02:00
csmith treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
ctags treewide: fix string escapes 2019-09-16 22:15:38 +00:00
cwebbin treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
d-feet dfeet: 0.3.14 -> 0.3.15 2019-08-24 16:15:23 -04:00
dbench treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
ddd ddd: fix build with gcc9 2019-11-04 22:47:18 +01:00
dejagnu treewide: remove wkennington as maintainer 2019-01-26 10:05:32 +00:00
dfu-programmer treewide: name -> pname 2019-08-17 10:54:38 +00:00
dfu-util treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
dialog treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
direvent direvent: init at 5.2 2019-12-08 16:23:58 +01:00
distcc treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
doclifter treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
drush
editorconfig-checker editorconfig-checker: init at 2.0.2 2019-11-09 15:50:41 +01:00
editorconfig-core-c treewide: http -> https 2018-06-23 04:34:55 -07:00
eggdbus eggdbus: add license 2018-11-08 20:31:31 +01:00
elfinfo elfinfo: 0.7.6 -> 1.0.1 2020-01-17 13:59:18 +01:00
elfkickers elfkickers: 3.1 -> 3.1a (#74171) 2019-11-27 17:28:25 +01:00
elfutils Revert "elfutils: add patch that fixes compilation under gcc8 (#40705)" 2019-09-07 07:20:19 +00:00
epm treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
findnewest findnewest: init at 0.3 2019-03-12 15:28:20 -07:00
fsatrace fsatrace: 0.0.1-160 -> 0.0.1-324 2019-11-10 10:01:01 +00:00
fswatch treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
gdb gdb: Fix safe path for cross 2019-12-01 17:13:24 -05:00
gdbgui treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
gede gede: 2.14.1 -> 2.15.1 2020-01-10 12:08:15 +01:00
gengetopt gengetopt: 2.22.6 -> 2.23 2019-08-22 14:12:23 -05:00
global global: 6.6.3 -> 6.6.4 2020-01-06 04:47:32 -08:00
gnum4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
gob2 treewide: Update meta of packages hosted on gnome 2019-05-13 03:01:25 -04:00
gperf gperf: fix cross compilation (#51210) 2018-12-03 09:49:12 -06:00
gpshell treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
gputils gputils: add missing description 2019-11-10 08:03:06 +01:00
gtkdialog treewide: drop adding hicolor-icon-theme where possible 2019-09-18 22:47:26 +02:00
gtkperf tree-wide: s/GTK+/GTK/g 2019-09-06 02:54:53 +02:00
help2man help2man: 1.47.10 -> 1.47.11 2019-08-19 05:30:57 -07:00
hound treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
hydra treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
hydra-cli hydra-cli: update the cargoSha256 hash 2019-10-09 18:29:18 +02:00
icon-naming-utils lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
igprof treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
indent indent: fix darwin build 2019-05-21 23:27:10 +02:00
inotify-tools treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
intel-gpu-tools intel-gpu-tools: fix build with gcc9 2019-11-03 14:43:34 +01:00
intltool treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
iozone reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
itstool itstool: 2.0.2 -> 2.0.6 2019-10-30 17:32:15 -07:00
jscoverage treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
kconfig-frontends kconfig-frontends: don’t error on security warning 2019-06-05 22:52:58 -04:00
kdbg kdbg: Add QT pluging path wrapper. 2020-01-12 05:20:39 +01:00
kibana kibana7: 7.3.1 -> 7.5.1 2020-01-06 15:21:55 +02:00
libtool libtool2: enable parallel builds 2019-05-24 17:29:23 -04:00
libwhich libwhich: 2019-03-20 -> 1.1.0 2019-06-09 22:18:06 -05:00
linuxkit linuxkit: 2017-07-08 -> 0.7 2019-07-25 21:32:20 -07:00
lit lit: 0.7.1 -> 0.8.0 2019-03-22 14:12:36 -05:00
loccount treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
lsof lsof: fix man page 2019-09-28 19:19:19 -05:00
ltrace treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
lttng-tools lttng-tools: 2.10.8 -> 2.11.0 2019-11-09 12:38:50 +01:00
lttng-ust lttng-ust: 2.10.4 -> 2.10.5 2019-09-28 00:19:50 +02:00
lttv treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
luarocks Merge pull request #68258 from teto/luarocks-nix_bump 2019-09-09 12:41:54 +09:00
macdylibbundler treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
md2man treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
mdl bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
micronucleus micronucleus: fixed darwin build 2020-01-02 15:33:24 +03:00
mkcert mkcert: 1.4.0 -> 1.4.1 2019-11-14 19:32:13 +02:00
moby treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
msitools treewide: Add passthru.updateScript to gnome pkgs 2019-05-12 22:23:48 +02:00
ninka treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
nixbang treewide: name -> pname 2019-08-17 10:54:38 +00:00
nrfutil nrfutil: init at 5.2.0 2019-05-19 12:12:32 +02:00
objconv treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
one_gadget one_gadget: 1.6.2 → 1.7.2 2019-08-28 19:29:17 +00:00
opengrok treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
openocd Revert "Revert "openocd: Fix FTDI channel configuration for SheevaPlug"" 2020-01-02 09:16:36 +01:00
pahole pahole: 1.15 -> 1.16 2020-01-06 17:03:23 -06:00
patchelf patchelf: dontPatchELF in setup hook is allowed to be undefined 2019-11-01 14:44:44 -04:00
pkg-config pkg-config: enable check 2019-05-15 02:13:13 +09:00
pkgconf pkgconf: 1.6.1 -> 1.6.3 2019-07-15 22:03:27 -07:00
pmccabe treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
prelink treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
premake treewide: *Phase(s)? variables are optional 2019-11-01 14:44:44 -04:00
pwndbg pwndbg: 2019.01.25 -> 2019.12.09 2020-01-17 10:03:41 +00:00
reviewdog reviewdog: 0.9.15 -> 0.9.17 2020-01-15 18:18:18 -05:00
rman rman: make tests run, but disable 2018-08-11 09:35:31 +00:00
rolespec
saleae-logic treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
scc scc: add filalex77 to maintainers 2019-12-19 16:18:51 +02:00
sccache sccache: 0.2.11 -> 0.2.12 2019-10-24 07:11:18 -07:00
semver-tool semver-tool: init at 2.1.0 2019-03-31 21:32:15 +02:00
sipp sipp: 3.5.1 -> 3.6.0 2019-12-26 16:48:11 +01:00
sloccount treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
sqitch sqitchPg: fix build on darwin 2019-12-18 04:20:00 -05:00
srecord treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
stlink treewide: name -> pname 2019-08-17 10:54:38 +00:00
stm32cubemx stm32cubemx: init at 5.3.0 2019-10-04 18:12:38 +02:00
stm32flash pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
strace strace: 5.3 -> 5.4 2019-12-08 23:26:10 +02:00
swig swig4: 4.0.0 -> 4.0.1 2019-10-11 12:05:58 +02:00
sysbench sysbench: 1.0.18 -> 1.0.19 2019-12-24 12:06:15 -08:00
tcptrack treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
teensy-loader-cli treewide: name -> pname 2019-08-17 10:54:38 +00:00
terracognita terracognita: 0.2.0 -> 0.3.0 2020-01-04 04:20:00 -05:00
terraform-lsp terraform-lsp: 0.0.6 -> 0.0.9 2019-09-21 00:00:00 -05:00
tet treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
texi2html texi2html: 1.82 -> 5.0 2019-08-26 13:16:43 -07:00
texinfo Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
texlab texlab: 1.7.0 -> 1.9.0 (#76730) 2019-12-31 17:28:48 -05:00
tie treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
tinyprog tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
tokei tokei: 10.1.0 -> 10.1.1 (#76630) 2019-12-28 23:07:27 -05:00
travis travis: add pry to the dependencies 2019-11-20 15:36:55 -08:00
trv treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
uisp Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
uncrustify uncrustify: 0.67 -> 0.70.1 2019-11-27 20:50:04 +01:00
unifdef
universal-ctags treewide: fix *Flags 2019-12-30 04:50:37 +01:00
usb-modeswitch Merge pull request #77695 from nyanloutre/usb-modeswitch 2020-01-17 21:46:03 +08:00
vtable-dumper treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
watson-ruby treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
whatstyle whatstyle: init at 0.1.7 2019-05-18 23:40:39 +09:00
wishbone-tool wishbone-tool: init at 0.2.8 2019-08-22 11:09:45 +00:00
xc3sprog treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
xxdiff xxdiff: drop the old qt4 version in favour of qt5 2019-09-09 13:13:54 +08:00
ycmd ycmd: add gopls completer 2019-09-20 21:33:40 +02:00
yodl treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00