3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/editors/emacs-modes
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
..
cedet
cedille
color-theme-solarized color-theme-solarized: update and fix 2019-11-18 00:13:10 +01:00
ess-R-object-popup
filesets-plus
font-lock-plus
header2
helm-words emacs-packages.helm-words: 20150413 -> 20190917 2019-09-01 19:46:20 +01:00
hexrgb
hol_light Merge master into staging-next 2019-08-31 09:50:38 +02:00
hsc3
icicles
ido-ubiquitous
lib-requires
ocaml
org-mac-link treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
perl-completion
pod-mode emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
prolog
railgun
rect-mark
session-management-for-emacs
sunrise-commander
sv-kalender emacsPackages.sv-kalender: init at 1.9 (#75892) 2019-12-20 18:28:22 +01:00
thingatpt-plus
tramp emacs-packages.tramp: 2.3.0 -> 2.4.2 2019-09-01 19:55:43 +01:00
yaoddmuse
zeitgeist
elpa-generated.nix elpaPackages.gnuplot: 0.7 -> 0.7.2 2020-01-13 16:36:36 +08:00
elpa-packages.nix emacs: do not use seq package from elpa for emacs >= 27 2019-12-03 15:04:08 -05:00
emacs2nix.nix treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
libgenerated.nix treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
manual-packages.nix emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
melpa-packages.nix melpaPackages.gnuplot: add missing dependency 2020-01-13 16:37:11 +08:00
org-generated.nix treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
org-packages.nix
recipes-archive-melpa.json melpa-packages: 2020-01-08 2020-01-08 14:34:35 +00:00
update-elpa
update-from-overlay
update-melpa
update-melpa.el
update-org
updater-emacs.nix