diff --git a/pkgs/development/python-modules/lmnotify/default.nix b/pkgs/development/python-modules/lmnotify/default.nix index 653527ee422b..340e8386a0ea 100644 --- a/pkgs/development/python-modules/lmnotify/default.nix +++ b/pkgs/development/python-modules/lmnotify/default.nix @@ -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;