Merge pull request #303567 from kamilchm/qtile-remove-maintainer

qtile: remove kamilchm from maintainers
This commit is contained in:
Weijia Wang 2024-04-12 13:05:18 +02:00 committed by GitHub
commit 74f7e19dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];
};
}