kdiff3: migrate to Qt5.15

fix homepage
This commit is contained in:
freezeboy 2020-11-05 21:34:27 +01:00
parent bacf704e01
commit d1259ed363
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ mkDerivation rec {
propagatedBuildInputs = [ kconfig kcrash kinit kparts kiconthemes ];
meta = with lib; {
homepage = "http://kdiff3.sourceforge.net/";
homepage = "https://invent.kde.org/sdk/kdiff3";
license = licenses.gpl2Plus;
description = "Compares and merges 2 or 3 files or directories";
maintainers = with maintainers; [ peterhoeg ];

View file

@ -5032,7 +5032,7 @@ in
krop = callPackage ../applications/graphics/krop { };
kdiff3 = libsForQt514.callPackage ../tools/text/kdiff3 { };
kdiff3 = libsForQt5.callPackage ../tools/text/kdiff3 { };
kube-router = callPackage ../applications/networking/cluster/kube-router { };