kde-material-you-colors: add issai as maintainer (#512596)

This commit is contained in:
Yohann Boniface
2026-04-23 00:15:40 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -11655,6 +11655,11 @@
github = "IsotoxalDev";
githubId = 62714538;
};
issai = {
name = "Issai";
github = "TheLimifiedLime";
githubId = 69121493;
};
istoph = {
email = "chr@istoph.de";
name = "Christoph Hüffelmann";
@@ -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";
};
})