From c15d6f570cefd259976b0ffa66cc835393c7a089 Mon Sep 17 00:00:00 2001 From: Ryan Horiguchi Date: Mon, 28 Jun 2021 13:58:55 +0200 Subject: [PATCH] python3Packages.lmnotify: update description --- pkgs/development/python-modules/lmnotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;