Commit 340154e3 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

presenterm: add GaetanLepage to maintainers

parent e9506a7f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -66,7 +66,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
    changelog = "https://github.com/mfontanini/presenterm/releases/tag/v${finalAttrs.version}";
    homepage = "https://github.com/mfontanini/presenterm";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ mikaelfangel ];
    maintainers = with lib.maintainers; [
      GaetanLepage
      mikaelfangel
    ];
    mainProgram = "presenterm";
  };
})