maintainers: drop elysasrc

GitHub account doesn't exist anymore.
This commit is contained in:
Wolfgang Walther
2025-08-26 12:35:45 +02:00
parent 6eebc51ec2
commit 509cc57ac8
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -7484,12 +7484,6 @@
githubId = 1365692;
name = "Will Fancher";
};
elysasrc = {
name = "Elysa";
github = "ElysaSrc";
githubId = 101974839;
email = "elysasrc@proton.me";
};
emantor = {
email = "rouven+nixos@czerwinskis.de";
github = "Emantor";
@@ -74,7 +74,6 @@ stdenvNoCC.mkDerivation rec {
description = "Soothing pastel theme for SDDM";
homepage = "https://github.com/catppuccin/sddm";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ elysasrc ];
platforms = lib.platforms.linux;
};
}