onlyoffice-documentserver: fix url
This commit is contained in:
parent
53e423eddb
commit
6e25c80156
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ let
|
||||||
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations,
|
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations,
|
||||||
fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
|
fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
|
||||||
'';
|
'';
|
||||||
homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors";
|
homepage = "https://github.com/ONLYOFFICE/DocumentServer";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
||||||
|
|
Loading…
Reference in a new issue