summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-24 12:15:31 +0100
committerGitHub <noreply@github.com>2021-01-24 12:15:31 +0100
commit31e38da7337c501c4b3cb30f291a854ef4d6aba3 (patch)
treea6d478fd88c6d4ee54e2b1f2f92c75d98bcd6f7f
parent460b9f53b2f5192837d7a5d59bbd1e69d0b802f9 (diff)
parent6a12c0b99ea021cd1c697dbb77ce46c65ca17ae5 (diff)
Merge pull request #110669 from fabaff/desc-glances-api
python3Packages.glances-api: fix description
-rw-r--r--pkgs/development/python-modules/glances-api/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/glances-api/default.nix b/pkgs/development/python-modules/glances-api/default.nix
index 23e152c300f3e..2f5a1416e41cc 100644
--- a/pkgs/development/python-modules/glances-api/default.nix
+++ b/pkgs/development/python-modules/glances-api/default.nix
@@ -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 ];