cryptpad: add meta longDescription and mainProgram

This commit is contained in:
DavHau 2021-08-11 15:39:50 +02:00 committed by Matthieu Coudron
parent 41eb076ed8
commit 411a5246c0

View file

@ -75,7 +75,15 @@ let
chmod +x $out/bin/cryptpad
'';
meta.maintainers = with lib.maintainers; [ davhau ];
meta = {
longDescription = ''
CryptPad is a collaboration suite that is end-to-end-encrypted and open-source.
It is built to enable collaboration, synchronizing changes to documents in real time.
Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.
'';
maintainers = with lib.maintainers; [ davhau ];
mainProgram = "cryptpad";
};
};
in