Commit a16bb485 authored by emaryn's avatar emaryn
Browse files

maintainers: drop emaryn

parent fc5cc336
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -7454,11 +7454,6 @@
    github = "EmanuelM153";
    githubId = 134736553;
  };
  emaryn = {
    name = "emaryn";
    github = "emaryn";
    githubId = 197520219;
  };
  emattiza = {
    email = "nix@mattiza.dev";
    github = "emattiza";
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline";
    homepage = "https://github.com/RooVetGit/Roo-Code";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ emaryn ];
    maintainers = with lib.maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ flutter327.buildFlutterApplication {
    homepage = "https://github.com/Xmarmalade/alisthelper";
    mainProgram = "alisthelper";
    license = with lib.licenses; [ gpl3Plus ];
    maintainers = with lib.maintainers; [ emaryn ];
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.linux;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/open-ani/animeko";
    mainProgram = "Ani";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ emaryn ];
    maintainers = with lib.maintainers; [ ];
    sourceProvenance = with lib.sourceTypes; [
      fromSource
      binaryBytecode
+1 −1
Original line number Diff line number Diff line
@@ -64,6 +64,6 @@ python3Packages.buildPythonApplication rec {
    mainProgram = "aurea";
    platforms = lib.platforms.linux;
    license = with lib.licenses; [ gpl3Plus ];
    maintainers = with lib.maintainers; [ emaryn ];
    maintainers = with lib.maintainers; [ ];
  };
}
Loading