Unverified Commit 4ce54003 authored by NAHO's avatar NAHO
Browse files

antora: add naho as maintainer

To simplify maintenance of the antora-ui-default and
antora-lunr-extension packages, naho should also be added as a
maintainer for the core Antora package.

Link: https://github.com/NixOS/nixpkgs/pull/332341
parent 6248c46b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -40,7 +40,12 @@ buildNpmPackage rec {
    homepage = "https://antora.org";
    license = licenses.mpl20;
    mainProgram = "antora";
    maintainers = [ maintainers.ehllie ];

    maintainers = with maintainers; [
      ehllie
      naho
    ];

    platforms = lib.platforms.all;
  };
}