Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-24 12:41:11 +00:00
committed by GitHub
9 changed files with 23 additions and 14 deletions
@@ -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 ];