about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pantalaimon
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 17:16:51 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 21:36:01 +0100
commit52d58e509a21785fee8079458eee08989ff5cfaf (patch)
treeeefd774aa183f55a633b6eade75eefdd79448bf0 /pkgs/applications/networking/instant-messengers/pantalaimon
parentacfd6f7704fd75fff41446bc6dacd44d0956e7c4 (diff)
python310Packages.logbook: Normalize attribute, pname, dirname
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pantalaimon')
-rw-r--r--pkgs/applications/networking/instant-messengers/pantalaimon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix b/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
index 10d2cb87f8b55..6699764f22727 100644
--- a/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, buildPythonApplication, fetchFromGitHub, pythonOlder,
-  attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus,
+  attrs, aiohttp, appdirs, click, keyring, logbook, peewee, janus,
   prompt-toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3,
   setuptools, installShellFiles, nixosTests,
 
@@ -29,7 +29,7 @@ buildPythonApplication rec {
     click
     janus
     keyring
-    Logbook
+    logbook
     matrix-nio
     peewee
     prompt-toolkit