onlyoffice-documentserver: raboof maintainer instead of Sandro (#461566)

This commit is contained in:
Sandro
2025-11-14 16:01:54 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -343,4 +343,6 @@ in
users.groups.onlyoffice = { }; users.groups.onlyoffice = { };
}; };
meta.maintainers = with lib.maintainers; [ raboof ];
} }

View File

@@ -169,7 +169,7 @@ let
"aarch64-linux" "aarch64-linux"
]; ];
sourceProvenance = [ sourceTypes.binaryNativeCode ]; sourceProvenance = [ sourceTypes.binaryNativeCode ];
maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ raboof ];
}; };
}; };
in in