Commit graph

1651 commits

Author SHA1 Message Date
Tim Steinbach 88e03e1269
Merge pull request #31314 from dywedir/feh
feh: 2.21 -> 2.22
2017-11-06 12:48:52 +00:00
dywedir a5eaa1cfea feh: 2.21 -> 2.22 2017-11-06 12:15:33 +02:00
Franz Pletz 4f8c5331c8
imagemagick7: 7.0.7-8 -> 7.0.7-9 2017-11-05 16:42:24 +01:00
Franz Pletz 611829ba42
imagemagick: 6.9.9-20 -> 6.9.9-21 2017-11-05 16:42:24 +01:00
Eelco Dolstra 20bb7d5373 krita: 3.2.1 -> 3.3.2 2017-11-05 13:48:19 +01:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Samuel Leathers 73fe83206e
Merge pull request #30988 from pbogdan/autotrace-insecure
autotrace: mark as insecure
2017-11-01 04:46:55 +01:00
Mica Semrick 37f548e836 hugin: 2016.2.0 -> 2017.0.0 2017-10-30 20:13:27 -07:00
Joachim F 5c35db3e9b
Merge pull request #30953 from teto/sxiv
sxiv: installs .desktop file
2017-10-30 08:56:51 +00:00
Matthieu Coudron cdbcb19e83 sxiv: installs .desktop file
sxiv won't appear in meus as it has NoDisplay but it can be used to
generate the mimetypes.
2017-10-31 01:16:43 +09:00
Albert Safin 6ce4147659 ahoviewer: 1.4.8 -> 1.4.9
- Add xzfc to maintainers
2017-10-28 17:18:08 +02:00
Peter Hoeg 405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
mimadrid 51babe0fa8
shotwell: 0.27.0 -> 0.27.1 2017-10-27 23:11:50 +02:00
Piotr Bogdan 978bba8415 autotrace: mark as insecure 2017-10-27 15:38:05 +01:00
CrazedProgrammer 8327e434c4 astah-community: init at 7.2.0 (#30691)
* astah-community: init at 7.2.0

* astah-community: nitpicks
2017-10-25 14:56:52 +01:00
mimadrid 5715f276da shotwell: 0.26.2 -> 0.27.0 2017-10-24 12:45:38 +01:00
Jörg Thalheim 56a6144593 Merge pull request #30728 from pmiddend/awesomebump-5.1
awesomebump: 4.0 -> 5.1
2017-10-24 11:31:51 +01:00
Joerg Thalheim f6f0b7ac5d awesomebump: do not override qmake build phases
then all the hacks are not necessary
2017-10-24 11:29:17 +01:00
mimadrid 62b467a07d
gthumb: 3.5.1 -> 3.5.3 2017-10-23 22:34:44 +02:00
Franz Pletz bb49391151
imagemagick7: 7.0.7-4 -> 7.0.7-8 2017-10-23 22:16:57 +02:00
Franz Pletz 6af0de6478
imagemagick: 6.9.9-15 -> 6.9.9-20 2017-10-23 22:16:36 +02:00
Philipp Middendorf c9e08b578b awesomebump-4.0 -> 5.1 2017-10-23 18:46:56 +02:00
Peter Hoeg c41d794ecb digikam: minor cleanups 2017-10-23 22:49:46 +08:00
aszlig 27b7192726
digikam: 5.4.0 -> 5.7.0
The build for the version 5.4.0 of digiKam has been broken at the time
prior to this commit, which is the main reason for this update as I
don't think it makes sense to fix the build for 5.4.0 when we're going
to update it anyway.

A lot has changed upstream between version 5.4.0 and 5.7.0 and it's too
much to be summarized here, so here are the URLs to the upstream
announcements:

 * https://www.digikam.org/news/2017-03-14_digiKam_5.5.0_is_released/
 * https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/
 * https://www.digikam.org/news/2017-09-11-5.7.0_release_announcement/

On the packaging side, we now no longer have the patch that disables
-fno-operator-names because the build runs fine without that patch
(which didn't even apply but I didn't check why) and IMO it doesn't make
sense to rebase that patch for no reason.

Additionally, there were build time dependencies lurking around in
propagatedBuildInputs, which is kinda pointless and the application just
runs fine if those dependencies are listed in buildInputs.

While looking for clues about why that might be necessary I haven't
found any comment about it in the source nor a clarification within the
message of the commit where this has been introduced.

The commit in question is be7b7d908f.

Apart from these changes, the rest is just adding a few dependencies
(kcalcore, libksane, mesa and pcre) to get less errors during
cmakeConfigurePhase.

I've tested digiKam by playing around within a VM using photos I
netcat'ed into it and it works so far. The VM was built using:

nix-build nixos --arg configuration '{ pkgs, ... }: {
  imports = [ ./nixos/tests/common/user-account.nix ];
  environment.systemPackages = [ pkgs.digikam ];
  services.xserver.enable = true;
  services.xserver.displayManager.sddm.enable = true;
  services.xserver.desktopManager.plasma5.enable = true;
  services.xserver.desktopManager.default = "plasma5";
  virtualisation.memorySize = 1024;
}' -A vm

What I didn't test however was whether importing from a camera would
work (as I don't have one), but aside from that, the application seems
to run fine compared to the fact that it didn't even build until now :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @the-kenny, @urkud, @viric, @cillianderoiste, @ttuegel
Cc: @jraygauthier, @fkz, @sh01, @lsix
2017-10-19 04:42:53 +02:00
Jörg Thalheim 8c667cc810 Merge pull request #30273 from edef1c/solvespace-escaped-newline
solvespace: remove stray newline escape
2017-10-11 12:22:02 +01:00
dywedir e509f6ffdf feh: 2.20 -> 2.21 2017-10-11 02:36:45 +02:00
jaltek da93e6e678 shutter: 0.93.1 -> 0.94 2017-10-10 19:30:25 +02:00
edef 2314ed72f1 solvespace: remove stray newline escape 2017-10-10 12:01:34 +02:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Markus Hauck 882bceac5d rawtherapee: 5.2 -> 5.3 2017-10-06 20:00:41 +02:00
Graham Christensen 3bd24be7dc Merge pull request #30102 from jtojnar/gnome-simple-scan
simple-scan: Move to GNOME package set
2017-10-05 17:38:51 -04:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Jan Tojnar 50bca782b3
simple-scan: move to gnome3 package set 2017-10-05 01:00:53 +02:00
Orivej Desh dea58ce228 Merge pull request #30069 from jtojnar/gcolor3
gcolor3: init at 2.2
2017-10-04 17:04:01 +00:00
Jörg Thalheim d7d3125ba8 Merge pull request #30081 from womfoo/bump/xzgv-0.9.2
xzgv: 0.9.1 -> 0.9.2
2017-10-04 14:07:17 +01:00
Kranium Gikos Mendoza fa35c520d9 xzgv: 0.9.1 -> 0.9.2 2017-10-04 23:27:51 +11:00
Jan Tojnar ed0146b237
gcolor3: init at 2.2 2017-10-04 14:20:44 +02:00
tv 8bc5f04c06 brscan4: 0.4.4-2 -> 0.4.4-4 2017-10-03 20:30:01 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Peter Hoeg 3fa6afdb35 kgraphviewer: 2.2.0 -> 2.4.2
This also moves it from qt4 to qt5/kf5.
2017-09-30 14:17:55 +08:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Franz Pletz de4abf7054
imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Franz Pletz 2d854c4c92
imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Joachim F 8ab9502868 Merge pull request #29664 from womfoo/bump-fix/giv-0.9.26
giv: 20150811-git (broken) -> 0.9.26
2017-09-22 20:04:31 +00:00
Tuomas Tynkkynen ab71280823 darwin: Disable some packages that have never built successfully
mate.mate-desktop: https://hydra.nixos.org/build/61110037
gdmap: https://hydra.nixos.org/build/61144743
redsocks: https://hydra.nixos.org/build/61123106
resolv_wrapper: https://hydra.nixos.org/build/61121132
ogmtools: https://hydra.nixos.org/build/61108726
mp3info: https://hydra.nixos.org/build/61139015
lxappearance-gtk3: https://hydra.nixos.org/build/61126327
hdf5-fortran: https://hydra.nixos.org/build/61146631
pqiv: https://hydra.nixos.org/build/61124724
2017-09-22 17:25:38 +03:00
Kranium Gikos Mendoza 5da75526f7 giv: 20150811-git (broken) -> 0.9.26 2017-09-22 21:55:14 +10:00
Jörg Thalheim 5b29e35c8c Merge pull request #29214 from timor/paraview-5.4.0
ParaView: 4.0.1 -> 5.4.0
2017-09-22 08:31:11 +01:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson 1e73b71e03 synfig: Make pkg-config, autoreconfHook, and gettext nativeBuildInputs 2017-09-21 15:49:53 -04:00
Franz Pletz ede0ecdc69
potrace: 1.14 -> 1.15
Fixes CVE-2017-12067 and other security issues.

Fixes NixOS/security#107.
2017-09-18 17:24:09 +02:00
Eelco Dolstra 9f740f1f7c openimage: 1.7.12 -> 1.7.17 2017-09-16 22:44:35 +02:00
aszlig 8180085733
krita: 3.1.4 -> 3.2.1
New features since version 3.2.0:

  * G'MIC Plugin
  * Touch Painting
  * Smart Patch Tool
  * New Brush Presets

The full release notes can be found at:

https://krita.org/en/release-notes-for-krita-3-2/

Version 3.2.1 contains these fixes:

  * Crash on startup if only OpenGL 2.1 is found: if you had to disable
    opengl for 3.2.0, you can try to enable it again
  * A crash when changing layer types in the gmic-qt plugin
  * A bug where gmic-qt could crash on odd-sized images
  * A regression where using the text tool would break the brush tool
  * The option to use the native platform's file dialogs was restored
  * A bug where selecting the line tool would disable the flow slider
  * Some issues with the LUT docker were fixed

Upstream release notes for 3.2.1:

https://krita.org/en/item/krita-3-2-1-released/

I've dropped the patch, because it was already from the upstream
development version and thus is also included in this release.

Built and tested using a few images and just playing around with a few
new features.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar, @Mic92, @kragniz
2017-09-16 19:34:28 +02:00
Joachim F 0504dd6fb0 Merge pull request #29141 from danielfullmer/k2pdfopt
k2pdfopt: 2.32 -> 2.42
2017-09-15 16:57:44 +00:00
Tuomas Tynkkynen 14b833e560 awesomebump: Yet another RPATH-contains-TMPDIR hack
https://github.com/NixOS/patchelf/pull/98
2017-09-14 15:45:24 +03:00
Tuomas Tynkkynen eab8124939 pythonmagick: Fix sha256 2017-09-14 15:45:24 +03:00
Frederik Rietdijk 628b6c0e9d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-11 22:52:53 +02:00
dywedir 1b261730f2 feh: 2.19.3 -> 2.20 2017-09-11 07:26:14 +02:00
timor 274333e222 ParaView: 4.0.1 -> 5.4.0 2017-09-10 18:02:38 +02:00
Peter Hoeg af1f99143f sane-frontends: boy scout cleanups 2017-09-10 15:46:43 +08:00
Peter Hoeg 67c949a8b6 sane-backends: 1.0.25 -> 1.0.27
Use a proper upstream as well.
2017-09-10 15:46:38 +08:00
Peter Hoeg 2dff799a10 sane-backends: support parallel building 2017-09-10 15:46:34 +08:00
Frederik Rietdijk dab3272f47 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-10 08:56:39 +02:00
Daniel Fullmer 6182b67228 gocr: Install libraries and includes 2017-09-08 19:28:39 -04:00
Daiderd Jordan 25f74ecc8b
c3d: fix darwin build 2017-09-08 22:45:54 +02:00
Daiderd Jordan a8382432d9
autotrace: fix darwin build 2017-09-08 21:08:15 +02:00
Frederik Rietdijk febd5e323d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-08 20:48:14 +02:00
Kamil Chmielewski d70e64ceff yEd: 3.17 -> 3.17.1 2017-09-08 17:01:06 +02:00
AndersonTorres f93a019816 mcomix: fixup
MComix is failing in the check phase; so, we'll not check it.
2017-09-08 16:38:28 +02:00
Eelco Dolstra ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
This reverts commit 0a944b345e, reversing
changes made to 61733ed6cc.

I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Frederik Rietdijk 9e27b88141 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 20:17:53 +02:00
Markus Hauck 572361f396
rawtherapee: 5.0-r1 -> 5.2 2017-09-06 18:57:01 +02:00
Frederik Rietdijk d7ef196c26 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-05 10:11:06 +02:00
José Luis Lafuente 4912c68aca
mcomix: Disable test suite for now
Regression introduced by
94351197cd

Exactly the same problem (and solution) that here:
bd2aeb4883
2017-09-04 11:50:14 +02:00
aszlig 8436e9bfcd
xournal: 0.4.8 -> 0.4.8.2016
Upstream bug fixes:

  * pen and touchscreen input handling bugfixes
  * fix a minor bug with save file paths in Windows (D. German)
  * use GDK macros (not WIN32) to disable X11-specific code (T.
    Schoonjans)
  * export to PDF and printing: fix resolution loss on some pdf
    backgrounds
  * disable xinput during modal dialog boxes
  * avoid data corruption when exporting to overwrite a PDF
  * fix path search order for toolbar bitmaps
  * text and image tools activate on button release instead of button
    press to avoid subsequent confusion between clicks in toolbar and
    drawing area
  * fix "pen disable touch" when touchscreen sends prox events (A.
    Kittenberger)
  * fix crash when pasting text or images via xclip
  * updated Italian translation (Marco Ciampa)

New upstream features:

  * add space and shift-space bindings to page down/up (D. German)
  * add A5 paper (D. German)
  * config option to export successive layers to separate PDF pages
  * config option to create new file when trying to open non-existent
    .xoj

The full change log along with bug numbers can be found at:

https://sourceforge.net/p/xournal/code/ci/Release-0_4_8_2016/tree/ChangeLog

I've dropped gdk-quartz-backend.patch, because I believe it has been
fixed upstream.

Here are the upstream changes relevant for the patch (shortened, because
SourceForge has really long URLs):

  http://bit.ly/2vXW8n0 -> src/Makefile.am
  http://bit.ly/2gDnjl7 -> src/xo-file.c
  http://bit.ly/2xJ5K7A -> src/xo-misc.c

Tested building and using the application.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c, @dguibert
Cc: @johbo who has introduced the patch in #21842
2017-09-04 07:58:25 +02:00
Jan Solanti 0499b04457 renderdoc: Update to 0.91 2017-09-03 21:42:44 +03:00
John Ericson 0a944b345e Merge pull request #28557 from obsidiansystems/binutils-wrapper
Binutils-wrapper: Init by refactoring out of cc-wrapper
2017-09-03 10:37:27 -04:00
Vladimír Čunát 37242d98de
Merge branch 'master' into staging 2017-09-03 10:51:11 +02:00
Jörg Thalheim 89e1245c65 Merge pull request #28917 from disassembler/photivo
photivo: fixes build with gcc6
2017-09-03 09:03:25 +01:00
Vladimír Čunát 53998f5036
treewide: purge explicit usage of gcc6
It's now the default. /cc #19456
This makes a real build simplification, because in our current
bootstrapping+aliases, `gcc6` attribute is not the default compiler
but a derivation *built by* the default compiler.

nix-exec didn't build before this commit already
2017-09-03 09:57:20 +02:00
Samuel Leathers 1398d5555c photivo: fixes build with gcc6 2017-09-02 23:01:27 -04:00
Frederik Rietdijk d0dab8a330 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-02 11:10:52 +02:00
John Ericson 3f30cffa55 misc pkgs: Use $NIX_BINUTILS for when needed
Certain files are now only there instead of $NIX_CC (some are in both)
2017-09-01 11:44:55 -04:00
Jörg Thalheim d83cadf841 photoqt: 1.3 -> 1.5.1
related to #28643
2017-08-31 15:18:30 +01:00
Dmitry Kalinkin 13d628d2d3
dia: 0.97.3 -> 0.97.3.20170622 2017-08-31 02:50:35 -04:00
Dmitry Kalinkin 42a4aa1e83
dia: undo persistence wrapper
The wrapper was introduced as workaround for #1691. The original bug was
present in 0.97.2 but was fixed in 0.97.3.
2017-08-30 21:19:40 -04:00
Dmitry Kalinkin 9c501a05a6
dia: mark as working on darwin 2017-08-30 20:54:58 -04:00
Will Dietz 9ad7c64281 kgraphviewer: 2.1.90 unstable -> 2.2.0 stable 2017-08-30 00:59:32 +02:00
WilliButz 95a4c03c7d inkscape: 0.92.1 -> 0.92.2 2017-08-29 16:45:20 +02:00
Lukas Werling f0a1ab78b4 meson/ninja: add setup hooks (#28444)
* Add setupHook for meson/ninja build

* libhttpseverywhere: Use meson/ninja setupHooks

* jamomacore: Remove superfluous ninja buildInput

* Remove obsolete ninja buildPhases

These are all handled by ninja's setup hook.

* lean2, xcbuild: fix build with ninja setup hook

Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.

* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +02:00
Joachim F f0fc3101d5 Merge pull request #27012 from Hodapp87/draftsight_sp2
draftsight: 2017-SP1 to 2017-SP2
2017-08-26 22:50:35 +00:00
Jörg Thalheim 89e542d824 Merge pull request #28501 from georgewhewell/imagemagick-aarch64
ImageMagick: allow building on aarch64
2017-08-25 22:16:34 +01:00
WilliButz c6ee3231b7
feh: 2.19.1 -> 2.19.3 2017-08-24 21:20:04 +02:00
georgewhewell 2f2275bb8c ImageMagick: allow building on aarch64 2017-08-23 11:36:24 +01:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Joachim F 417c1ed4f1 Merge pull request #28339 from edef1c/solvespace-2.3-20170808
solvespace: 2.3-20170416 -> 2.3-20170808
2017-08-20 20:17:31 +00:00
Hoang Xuan Phu b4c7d595c8 imagemagick: 6.9.9-3 -> 6.9.9-7
The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail.
2017-08-18 15:52:56 +02:00
Matthew Bauer 99c868c010 use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00