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
commit 31e38da733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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