python3Packages.glances-api: fix description

This commit is contained in:
Fabian Affolter 2021-01-24 09:25:38 +01:00
parent 1af6e3aeed
commit 6a12c0b99e

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "glances_api" ];
meta = with lib; {
description = "Python Wrapper for interacting with the Volkszahler API";
description = "Python API for interacting with Glances";
homepage = "https://github.com/home-assistant-ecosystem/python-glances-api";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];