Merge pull request #62657 from mmahut/kroko

kronometer: adding homepage and description
This commit is contained in:
Maximilian Bosch
2019-06-04 20:12:50 +02:00
committed by GitHub

View File

@@ -17,6 +17,8 @@ mkDerivation rec {
};
meta = with lib; {
homepage = "https://kde.org/applications/utilities/kronometer/";
description = "A stopwatch application";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
};