cryptpad: add meta longDescription and mainProgram
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user