Merge pull request #110669 from fabaff/desc-glances-api

python3Packages.glances-api: fix description
This commit is contained in:
Sandro
2021-01-24 12:15:31 +01:00
committed by GitHub

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 ];