mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
6248c46b27
commit
4ce5400335
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user