Unverified Commit 6fe0a59d authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

ocamlPackages.smtml: add ngi team



smtml and owi (an NGI package) are tightly intertwined and the NGI team
should know about any updates/potential breakages (which are often).

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 14636de1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ buildDunePackage (finalAttrs: {
    downloadPage = "https://github.com/formalsec/smtml";
    changelog = "https://github.com/formalsec/smtml/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    teams = with lib.teams; [ ngi ];
    maintainers = with lib.maintainers; [
      ethancedwards8
      redianthus