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
commit 7674d57d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;