Merge pull request #128497 from rhoriguchi/pythonPackages.lmnotify

python3Packages.lmnotify: update description
This commit is contained in:
Robert Schütz
2021-06-28 14:39:59 +02:00
committed by GitHub
@@ -22,7 +22,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "lmnotify" ];
meta = with lib; {
description = "lmnotify is a package for sending notifications to LaMetric Time.";
description = "Python package for sending notifications to LaMetric Time";
homepage = "https://github.com/keans/lmnotify";
maintainers = with maintainers; [ rhoriguchi ];
license = licenses.mit;