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";
|
homepage = "https://antora.org";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
mainProgram = "antora";
|
mainProgram = "antora";
|
||||||
maintainers = [ maintainers.ehllie ];
|
|
||||||
|
maintainers = with maintainers; [
|
||||||
|
ehllie
|
||||||
|
naho
|
||||||
|
];
|
||||||
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user