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
This commit is contained in:
NAHO 2024-09-15 19:08:55 +02:00
parent 6248c46b27
commit 4ce5400335
No known key found for this signature in database
GPG Key ID: 229CB671D09B95F5

View File

@ -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;
};
}