From 7a31aa56e8dfdaa623bc897e33cd1570b64da77c Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:08:55 +0200 Subject: [PATCH] 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 --- pkgs/by-name/an/antora/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/an/antora/package.nix b/pkgs/by-name/an/antora/package.nix index 74a9ca183be63b..4336a78d0c4edd 100644 --- a/pkgs/by-name/an/antora/package.nix +++ b/pkgs/by-name/an/antora/package.nix @@ -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; }; }