mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
kdiff3: migrate to Qt5.15
fix homepage
This commit is contained in:
parent
bacf704e01
commit
d1259ed363
@ -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 ];
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user