krename: fix homepage and *minor* style changes

This commit is contained in:
Peter Hoeg 2019-04-10 21:30:26 +08:00
parent 64283f8add
commit 102d67b6f4

View file

@ -17,15 +17,17 @@ in mkDerivation rec {
sha256 = "136j1dkqrhv458rjh5v3vzjhvq6dhz7k79zk6mmx8zvqacc7cq8a";
};
meta = with lib; {
homepage = http://www.krename.net;
description = "A powerful batch renamer for KDE";
license = licenses.gpl2;
inherit (kconfig.meta) platforms;
maintainers = with maintainers; [ peterhoeg ];
};
buildInputs = [ taglib exiv2 podofo ];
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
meta = with lib; {
description = "A powerful batch renamer for KDE";
homepage = https://kde.org/applications/utilities/krename/;
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
inherit (kconfig.meta) platforms;
};
}