From 1ba0a1008efb59163d88dccfdd6da8891032d4af Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 23 Apr 2026 01:07:27 +0200 Subject: [PATCH] python3Packages.kde-material-you-colors: remove sigmanificient 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 fc8b13390f02..bc4b184161f0 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 = with lib.maintainers; [ sigmanificient ]; + maintainers = [ ]; mainProgram = "kde-material-you-colors"; }; })