nixpkgs/pkgs/applications/office
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
..
abiword
aesop treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
antiword treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
atlassian-cli atlassian-cli: 9.0.0 -> 9.1.0 2020-01-20 01:03:40 +00:00
autokey
beancount
bookworm bookworm: fix eval with allowAliases = false 2019-12-03 01:57:38 +01:00
calligra
cb2bib
csv2odf csv2odf: init at 2.09 2020-01-15 22:57:21 -08:00
docear
envelope treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
fava fava: 1.11 -> 1.12 2019-12-07 23:45:59 -08:00
flexibee flexibee: 2019.3.1.1 -> 2019.3.1.3 2019-12-23 02:04:43 -08:00
gnucash gnucash: 3.7 -> 3.8b 2020-01-06 05:32:51 -08:00
gnumeric gnumeric: switch to python 3 2019-12-29 11:21:09 +01:00
grisbi
homebank
ib
impressive
jabref Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
jameica
keepnote
kexi
kmymoney kmymoney: fix build 2019-12-28 15:46:48 +00:00
ledger
ledger-autosync
ledger-web
libreoffice libreoffice: fix eval 2019-12-30 20:53:00 +01:00
marp
mendeley mendeley: use wrapQtApp 2019-11-13 19:03:45 -05:00
minetime minetime: 1.7.2 -> 1.7.3 2019-12-06 02:49:56 -06:00
mmex mmex: use gtk3 wxGTK 2019-12-05 07:01:29 -05:00
moneyplex
mytetra
notes-up notes-up: *Flags are lists 2019-12-30 12:15:24 +01:00
osmo
paperless
paperwork
pinpoint
planner treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
pympress pympress: 1.4.0 -> 1.5.1 2019-12-23 22:55:28 -08:00
qnotero
qownnotes qownnotes: 19.11.14 -> 19.12.15 2019-12-24 05:36:02 -08:00
scribus scribusUnstable: Fix build with Poppler 0.83 2019-12-04 23:02:30 +01:00
skanlite skanlite: don't set enableParallelBuilding 2020-01-17 13:54:53 -05:00
skrooge skrooge: 2.21.0 -> 2.21.1 2019-12-24 09:26:22 -08:00
softmaker freeoffice: missing 96x96 application icons in freeoffice 973 2019-11-19 18:15:05 -03:00
spice-up treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
tagainijisho
timetable treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
timetrap
todo.txt-cli
todoman
treesheets
trilium treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
tryton tryton: 5.4.0 -> 5.4.1 2019-12-28 20:30:45 +01:00
trytond
tudu
tusk tusk: init at v0.23.0 2020-01-07 17:06:49 -08:00
vnote vnote: 2.8.1 -> 2.8.2 2020-01-07 16:05:23 -06:00
watson
wordgrinder
wpsoffice wpsoffice: 11.1.0.8865 -> 11.1.0.9080 2020-01-18 14:18:21 +01:00
zanshin
zim treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
zotero zotero: 5.0.77 -> 5.0.80 2019-12-09 16:04:56 -08:00