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

python3Packages.glances-api: fix description

authored by

Sandro and committed by
GitHub
31e38da7 460b9f53

+1 -1
+1 -1
pkgs/development/python-modules/glances-api/default.nix
··· 26 26 pythonImportsCheck = [ "glances_api" ]; 27 27 28 28 meta = with lib; { 29 - description = "Python Wrapper for interacting with the Volkszahler API"; 29 + description = "Python API for interacting with Glances"; 30 30 homepage = "https://github.com/home-assistant-ecosystem/python-glances-api"; 31 31 license = with licenses; [ mit ]; 32 32 maintainers = with maintainers; [ fab ];