summary refs log tree commit diff
path: root/pkgs/development/python-modules/lmnotify/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/lmnotify/default.nix')
-rw-r--r--pkgs/development/python-modules/lmnotify/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/lmnotify/default.nix b/pkgs/development/python-modules/lmnotify/default.nix
index 653527ee422..340e8386a0e 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;