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: NixOS#332341
  • Loading branch information
trueNAHO committed Oct 8, 2024
1 parent 2a0a390 commit 7a31aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/an/antora/package.nix
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ 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 7a31aa5

Please sign in to comment.