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"; }; })