From 9a3ca662dcfb190779149c904fa9475d27692f9b Mon Sep 17 00:00:00 2001 From: Issai H Date: Wed, 22 Apr 2026 19:03:34 -0500 Subject: [PATCH] kde-material-you-colors: add issai as maintainer --- .../python-modules/kde-material-you-colors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/kde-material-you-colors/default.nix b/pkgs/development/python-modules/kde-material-you-colors/default.nix index bc4b184161f0..9caf8df9b57a 100644 --- a/pkgs/development/python-modules/kde-material-you-colors/default.nix +++ b/pkgs/development/python-modules/kde-material-you-colors/default.nix @@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: { homepage = "https://store.kde.org/p/2136963"; description = "Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You"; license = lib.licenses.gpl3Only; - maintainers = [ ]; + maintainers = with lib.maintainers; [ issai ]; mainProgram = "kde-material-you-colors"; }; })