From 2866cf57e9c3deee489130d11b721638cb557ed4 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Thu, 21 Mar 2024 21:33:28 +0100 Subject: [PATCH] apacheHttpdPackages.mod_jk: add anthonyroussel to maintainers --- pkgs/servers/http/apache-modules/mod_jk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/http/apache-modules/mod_jk/default.nix b/pkgs/servers/http/apache-modules/mod_jk/default.nix index 7ece04513682..22a50ea8feb6 100644 --- a/pkgs/servers/http/apache-modules/mod_jk/default.nix +++ b/pkgs/servers/http/apache-modules/mod_jk/default.nix @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { homepage = "https://tomcat.apache.org/download-connectors.cgi"; changelog = "https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html"; license = licenses.asl20; + maintainers = with maintainers; [ anthonyroussel ]; platforms = platforms.unix; }; }