From bdc25af9935530022384644b6dc57cd7b7299f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A4ring?= Date: Thu, 5 Mar 2026 16:57:18 +0100 Subject: [PATCH] nixos/stirling-pdf: add timhae as maintainer --- nixos/modules/services/web-apps/stirling-pdf.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/stirling-pdf.nix b/nixos/modules/services/web-apps/stirling-pdf.nix index d3b847be5a76..52b9c084cdd1 100644 --- a/nixos/modules/services/web-apps/stirling-pdf.nix +++ b/nixos/modules/services/web-apps/stirling-pdf.nix @@ -51,7 +51,7 @@ in with pkgs; [ # `which` is used to test command availability - # See https://github.com/Stirling-Tools/Stirling-PDF/blob/main/src/main/java/stirling/software/SPDF/config/ExternalAppDepConfig.java#L42 + # See https://github.com/Stirling-Tools/Stirling-PDF/blob/main/app/core/src/main/java/stirling/software/SPDF/config/ExternalAppDepConfig.java#L262 which unpaper libreoffice @@ -117,5 +117,8 @@ in }; }; - meta.maintainers = with lib.maintainers; [ DCsunset ]; + meta.maintainers = with lib.maintainers; [ + DCsunset + timhae + ]; }