Merge pull request #128497 from rhoriguchi/pythonPackages.lmnotify

python3Packages.lmnotify: update description

authored by

Robert Schütz and committed by
GitHub
7674d57d 67e46fed

+1 -1
+1 -1
pkgs/development/python-modules/lmnotify/default.nix
··· 22 pythonImportsCheck = [ "lmnotify" ]; 23 24 meta = with lib; { 25 - description = "lmnotify is a package for sending notifications to LaMetric Time."; 26 homepage = "https://github.com/keans/lmnotify"; 27 maintainers = with maintainers; [ rhoriguchi ]; 28 license = licenses.mit;
··· 22 pythonImportsCheck = [ "lmnotify" ]; 23 24 meta = with lib; { 25 + description = "Python package for sending notifications to LaMetric Time"; 26 homepage = "https://github.com/keans/lmnotify"; 27 maintainers = with maintainers; [ rhoriguchi ]; 28 license = licenses.mit;