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-10-31 09:11:42 +01:00
parent 6248c46b27
commit 4ce5400335
+6 -1
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;
};
}