From 6efa083e1704d0e1137ed11e1bf3bdb8a8dee66e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 14 Nov 2025 16:55:26 +0100 Subject: [PATCH] nixos/onlyoffice: update maintainership Sandro expressed desire to transfer maintainership of this package. While I don't expect to be a super active maintainer, I do use this package and am relatively familiar with its internals, so I can take this on. --- nixos/modules/services/web-apps/onlyoffice.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/web-apps/onlyoffice.nix b/nixos/modules/services/web-apps/onlyoffice.nix index 88b194091651..84729f5679d0 100644 --- a/nixos/modules/services/web-apps/onlyoffice.nix +++ b/nixos/modules/services/web-apps/onlyoffice.nix @@ -343,4 +343,6 @@ in users.groups.onlyoffice = { }; }; + + meta.maintainers = with lib.maintainers; [ raboof ]; }