Commit ab0cc8e5 authored by lorev's avatar lorev
Browse files

added l0r3v to maintainers

parent c84ab5f0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+4 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}