python3Packages.kde-material-you-colors: remove sigmanificient as maintainers (#512582)

This commit is contained in:
Yohann Boniface
2026-04-22 23:13:07 +00:00
committed by GitHub
@@ -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";
};
})