python3Packages.pytibber: update description

This commit is contained in:
Fabian Affolter
2021-09-26 11:07:28 +02:00
committed by GitHub
parent d859c439d2
commit 20706e9408
@@ -43,7 +43,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "tibber" ];
meta = with lib; {
description = "A python3 library to communicate with Tibber";
description = "Python library to communicate with Tibber";
homepage = "https://github.com/Danielhiversen/pyTibber";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];