added l0r3v to maintainers

This commit is contained in:
lorev 2025-05-21 11:37:40 +02:00
parent c84ab5f0f1
commit ab0cc8e55f
2 changed files with 10 additions and 1 deletions

View file

@ -13594,6 +13594,12 @@
github = "L0L1P0P1";
githubId = 73695812;
};
l0r3v = {
email = "l0r3v@pasqui.casa";
github = "l0r3v";
githubId = 27364685;
name = "Lorenzo Pasqui";
};
l1npengtul = {
email = "l1npengtul@l1npengtul.lol";
github = "l1npengtul";

View file

@ -42,7 +42,10 @@ appimageTools.wrapType2 rec {
homepage = "https://cider.sh";
license = lib.licenses.unfree;
mainProgram = "cider-2";
maintainers = with lib.maintainers; [ itsvic-dev ];
maintainers = with lib.maintainers; [
itsvic-dev
l0r3v
];
platforms = [ "x86_64-linux" ];
};
}