Skip to content

Commit

Permalink
antora: add naho as maintainer
Browse files Browse the repository at this point in the history
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: #332341
  • Loading branch information
trueNAHO committed Oct 29, 2024
1 parent d50a28e commit a883a99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/by-name/an/antora/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit a883a99

Please sign in to comment.