qtile: remove kamilchm from maintainers

This commit is contained in:
Kamil Chmielewski 2024-04-12 11:23:53 +02:00
parent 04326b244c
commit f3d714082e
No known key found for this signature in database
GPG Key ID: CC71203F92393B2E
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ buildPythonPackage rec {
description = "A small, flexible, scriptable tiling window manager written in Python";
mainProgram = "qtile";
platforms = platforms.linux;
maintainers = with maintainers; [ kamilchm arjan-s ];
maintainers = with maintainers; [ arjan-s ];
};
}