Unverified Commit 118ca190 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 674214a8 9a3ca662
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11655,6 +11655,11 @@
    github = "IsotoxalDev";
    githubId = 62714538;
  };
  issai = {
    name = "Issai";
    github = "TheLimifiedLime";
    githubId = 69121493;
  };
  istoph = {
    email = "chr@istoph.de";
    name = "Christoph Hüffelmann";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})